Skip to content

Commit 985f700

Browse files
authored
fix:闪电图标hover整个变黑 (opentiny#3132)
1 parent 5f861e1 commit 985f700

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

examples/sites/demos/pc/app/icon/list-composition-api.vue

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,6 @@ function click(name) {
109109
color: #191919;
110110
}
111111
112-
.svgs-item:hover .svgs-icon {
113-
fill: #191919;
114-
}
115-
116112
.svgs-text {
117113
margin-top: 12px;
118114
display: block;

examples/sites/demos/pc/app/icon/list.vue

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,6 @@ export default {
120120
color: #191919;
121121
}
122122
123-
.svgs-item:hover .svgs-icon {
124-
fill: #191919;
125-
}
126-
127123
.svgs-text {
128124
margin-top: 12px;
129125
display: block;

0 commit comments

Comments
 (0)