質問編集履歴
2
修正
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
JavaScriptで":after","before"などの擬似
|
1
|
+
JavaScriptで":after","before"などの擬似要素のCSS変更は可能ですか?
|
test
CHANGED
File without changes
|
1
訂正
test
CHANGED
File without changes
|
test
CHANGED
@@ -60,7 +60,7 @@
|
|
60
60
|
|
61
61
|
```css
|
62
62
|
|
63
|
-
.
|
63
|
+
.is-sorter th a {
|
64
64
|
|
65
65
|
position: relative;
|
66
66
|
|
@@ -90,7 +90,7 @@
|
|
90
90
|
|
91
91
|
|
92
92
|
|
93
|
-
.
|
93
|
+
.is-sorter th a:after {
|
94
94
|
|
95
95
|
content: "";
|
96
96
|
|