Remove hover states from notification dropdown

This commit is contained in:
Andreas Nedbal 2020-05-09 00:53:24 +02:00
parent bc3c1f287e
commit 925193548f
1 changed files with 6 additions and 0 deletions

View File

@ -33,6 +33,12 @@
&-dropdown {
min-width: 400px;
& .dropdown-item:hover,
& .dropdown-item:active {
background: transparent;
color: RGB(var(--body-text));
}
}
.dropdown-item > & {