mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-12 17:47:08 +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;
|
right: .4rem;
|
||||||
width: 1.8rem;
|
width: 1.8rem;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
||||||
|
svg {
|
||||||
|
opacity: 50%;
|
||||||
|
}
|
||||||
|
|
||||||
|
&:hover svg {
|
||||||
|
opacity: 100%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-link-additional {
|
.nav-link-additional {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue