mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-11 00:57:09 +01:00
Hover state for close x button
This commit is contained in:
parent
57c9066f81
commit
a26150ca40
1 changed files with 8 additions and 0 deletions
|
|
@ -79,6 +79,14 @@
|
|||
right: .4rem;
|
||||
width: 1.8rem;
|
||||
height: 100%;
|
||||
|
||||
svg {
|
||||
opacity: 50%;
|
||||
}
|
||||
|
||||
&:hover svg {
|
||||
opacity: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.nav-link-additional {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue