background gradient when hovering sidebar item
This commit is contained in:
parent
d3820a388c
commit
95a179957c
1 changed files with 5 additions and 1 deletions
|
@ -98,6 +98,10 @@
|
|||
-webkit-backdrop-filter: blur(10px) saturate(180%) !important;
|
||||
}
|
||||
|
||||
.navMenuOption:hover {
|
||||
background: linear-gradient(45deg, var(--card-background-5) 0%, var(--card-background-2) 100%);
|
||||
}
|
||||
|
||||
/* --- Dialog Boxes --- */
|
||||
.focuscontainer.dialog.actionsheet-not-fullscreen.actionSheet.centeredDialog.opened {
|
||||
backdrop-filter: blur(10px) !important;
|
||||
|
|
Loading…
Reference in a new issue