回答編集履歴

2

コードの修正

2018/08/19 04:51

投稿

liveasnotes
liveasnotes

スコア1284

test CHANGED
@@ -1,4 +1,4 @@
1
- 普通に`div[class^="list"]:hover >img{}`で良いかなとも思うのですが,
1
+ 普通に`div[class^="list"]:hover img{}`で良いかなとも思うのですが,
2
2
 
3
3
 
4
4
 

1

追記

2018/08/19 04:51

投稿

liveasnotes
liveasnotes

スコア1284

test CHANGED
@@ -7,3 +7,7 @@
7
7
  - [[CSS]pointer-eventsプロパティですごい便利に!クリックやホバーのターゲットになる要素を変更するテクニック](https://coliss.com/articles/build-websites/operation/css/css-pointer-events.html)
8
8
 
9
9
  ![colissさんから引用](4baa53e4a3cea84efef02b1ad89c45ee.gif)
10
+
11
+
12
+
13
+ 内包要素だけ除外,というのができるかは後で試してみます