mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2025-07-01 09:11:05 +00:00
15 lines
316 B
SCSS
15 lines
316 B
SCSS
/* Files Right Click -------------------------------------------------------- */
|
|
|
|
.rightClick {
|
|
|
|
border: 1px solid $decoration-normal;
|
|
filter: none;
|
|
|
|
li:hover {
|
|
background-color: $background-active-hover;
|
|
}
|
|
|
|
li:active, li:focus {
|
|
background-color: $background-active;
|
|
}
|
|
}
|