Browse Source

Fixes #5144 - Wrong background color for ticket creation links in light mode.

Dusan Vuckovic 10 months ago
parent
commit
7c7cdbae66
1 changed files with 4 additions and 0 deletions
  1. 4 0
      app/assets/stylesheets/zammad.scss

+ 4 - 0
app/assets/stylesheets/zammad.scss

@@ -9237,6 +9237,10 @@ li.list-item-none {
   background: var(--background-secondary-hover);
 }
 
+.user-menu li.add .dropdown-menu.dropdown-menu--light li > a:hover {
+  color: var(--text-normal);
+}
+
 .dropdown-menu.dropdown-menu--light li:hover {
   background: none;
 }