Skip to content

Commit

Permalink
Fixes #5144 - Wrong background color for ticket creation links in lig…
Browse files Browse the repository at this point in the history
…ht mode.
  • Loading branch information
dvuckovic committed Apr 23, 2024
1 parent edf42ad commit 7c7cdba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/assets/stylesheets/zammad.scss
Expand Up @@ -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;
}
Expand Down

0 comments on commit 7c7cdba

Please sign in to comment.