diff --git a/app/assets/stylesheets/components/_notifications.scss b/app/assets/stylesheets/components/_notifications.scss index e8c43d1f..d470978a 100644 --- a/app/assets/stylesheets/components/_notifications.scss +++ b/app/assets/stylesheets/components/_notifications.scss @@ -33,6 +33,12 @@ &-dropdown { min-width: 400px; + + & .dropdown-item:hover, + & .dropdown-item:active { + background: transparent; + color: RGB(var(--body-text)); + } } .dropdown-item > & {