UX: remove rounded border on hover lightbox (#22080)

This commit is contained in:
chapoi 2023-06-13 20:31:28 +09:00 committed by GitHub
parent 5257c80064
commit bb4b60d624
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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);
}