質問編集履歴

1

修正

2020/07/05 09:20

投稿

yuta_bsn
yuta_bsn

スコア7

test CHANGED
File without changes
test CHANGED
@@ -252,32 +252,26 @@
252
252
 
253
253
  letter-spacing: 0.1em;
254
254
 
255
+ }
256
+
257
+ &.add-active {
258
+
255
- &:focus {
259
+ &::after {
256
-
260
+
257
- text-decoration: underline;
261
+ border-bottom: none;
262
+
263
+ border-right: none;
264
+
265
+ border-top: 4px solid #000;
266
+
267
+ border-right: 4px solid #000;
268
+
269
+ transform: translateY(-5px) rotate(-45deg);
258
270
 
259
271
  }
260
272
 
261
273
  }
262
274
 
263
- &.add-active {
264
-
265
- &::after {
266
-
267
- border-bottom: none;
268
-
269
- border-right: none;
270
-
271
- border-top: 4px solid #000;
272
-
273
- border-right: 4px solid #000;
274
-
275
- transform: translateY(-5px) rotate(-45deg);
276
-
277
- }
278
-
279
- }
280
-
281
275
  }
282
276
 
283
277
  .flow-itemBottom {