Remove hover states from notification dropdown
This commit is contained in:
parent
bc3c1f287e
commit
925193548f
|
@ -33,6 +33,12 @@
|
|||
|
||||
&-dropdown {
|
||||
min-width: 400px;
|
||||
|
||||
& .dropdown-item:hover,
|
||||
& .dropdown-item:active {
|
||||
background: transparent;
|
||||
color: RGB(var(--body-text));
|
||||
}
|
||||
}
|
||||
|
||||
.dropdown-item > & {
|
||||
|
|
Loading…
Reference in New Issue