mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-05-01 11:19:32 -05:00
Hover state for close x button
This commit is contained in:
parent
e38c5ede83
commit
b7433550ad
@ -79,6 +79,14 @@
|
||||
right: .4rem;
|
||||
width: 1.8rem;
|
||||
height: 100%;
|
||||
|
||||
svg {
|
||||
opacity: 50%;
|
||||
}
|
||||
|
||||
&:hover svg {
|
||||
opacity: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.nav-link-additional {
|
||||
|
Loading…
x
Reference in New Issue
Block a user