mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2025-05-16 06:11:23 +00:00
13 lines
No EOL
209 B
SCSS
13 lines
No EOL
209 B
SCSS
#rightClickMenu {
|
|
|
|
li.action-0 {
|
|
|
|
&:hover {
|
|
background-color: $background-active-hover;
|
|
}
|
|
|
|
> a:hover {
|
|
background-color: unset;
|
|
}
|
|
}
|
|
} |