質問編集履歴

2

修正

2017/11/21 02:07

投稿

MeB
MeB

スコア104

test CHANGED
@@ -1 +1 @@
1
- JavaScriptで":after","before"などの擬似クラスのCSS変更は可能ですか?
1
+ JavaScriptで":after","before"などの擬似要素のCSS変更は可能ですか?
test CHANGED
File without changes

1

訂正

2017/11/21 02:07

投稿

MeB
MeB

スコア104

test CHANGED
File without changes
test CHANGED
@@ -60,7 +60,7 @@
60
60
 
61
61
  ```css
62
62
 
63
- .result__tbl thead .is-sorter th a {
63
+ .is-sorter th a {
64
64
 
65
65
  position: relative;
66
66
 
@@ -90,7 +90,7 @@
90
90
 
91
91
 
92
92
 
93
- .result__tbl thead .is-sorter th a:after {
93
+ .is-sorter th a:after {
94
94
 
95
95
  content: "";
96
96