forked from david-swift/duckling
Keep image edge highlight on hover
This commit is contained in:
parent
86955a7d6c
commit
d09e2b158c
@ -85,7 +85,7 @@ img {
|
|||||||
&:hover {
|
&:hover {
|
||||||
transform: scale(1.1);
|
transform: scale(1.1);
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
box-shadow: var(--shadow-raised);
|
box-shadow: var(--edge-highlight), var(--shadow-raised);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user