質問するログイン新規登録

質問編集履歴

2

修正

2017/11/21 02:07

投稿

MeB
MeB

スコア104

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

1

訂正

2017/11/21 02:07

投稿

MeB
MeB

スコア104

title CHANGED
File without changes
body CHANGED
@@ -29,7 +29,7 @@
29
29
  </table>
30
30
  ```
31
31
  ```css
32
- .result__tbl thead .is-sorter th a {
32
+ .is-sorter th a {
33
33
  position: relative;
34
34
  display: inline-block;
35
35
  height: 23px;
@@ -44,7 +44,7 @@
44
44
  border: solid 1px #5e5d5d;
45
45
  }
46
46
 
47
- .result__tbl thead .is-sorter th a:after {
47
+ .is-sorter th a:after {
48
48
  content: "";
49
49
  position: absolute;
50
50
  left: 50%;