Skip to content

Commit 3d36718

Browse files
committed
fix(Image): fix mask style
1 parent 97730e3 commit 3d36718

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/lib/Image/style.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
bottom: -2px;
2121
transition: background 0.1s ease;
2222
background: transparent;
23-
&:hover::after {
24-
background: rgba(0, 0, 0, 0.1);
25-
}
23+
}
24+
&.mask:hover::after {
25+
background: rgba(0, 0, 0, 0.1);
2626
}
2727
img {
2828
width: 100%;

0 commit comments

Comments
 (0)