mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-21 17:47:46 +01:00
Remove hover states from notification dropdown
This commit is contained in:
parent
bc3c1f287e
commit
925193548f
1 changed files with 6 additions and 0 deletions
|
@ -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 a new issue