UX: remove rounded border on hover lightbox (#22080)
This commit is contained in:
parent
5257c80064
commit
bb4b60d624
|
@ -79,7 +79,6 @@ $meta-element-margin: 6px;
|
|||
}
|
||||
|
||||
a.lightbox:hover {
|
||||
border-radius: 5px;
|
||||
box-shadow: 0 2px 5px 0 rgba(var(--always-black-rgb), 0.2),
|
||||
0 2px 10px 0 rgba(var(--always-black-rgb), 0.2);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue