Skip to content

Commit

Permalink
Fixes #15316
Browse files Browse the repository at this point in the history
  • Loading branch information
brianjhanson committed Jul 9, 2024
1 parent 9948108 commit 212ac31
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/web/assets/cp/src/css/_main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6840,6 +6840,11 @@ $min2ColWidth: 400px;
.menu:not(.menu--disclosure):not(:hover) ul li .menu-option:not(.sel):not(.disabled).hover {
@include menu-item-active-styles;

// For field handles in disclosure menus
.light {
color: rgba(255, 255, 255, 0.8) !important;
}

// Pretty gnarly, but needs to override the default hover styles with this selector
.status:not(.on):not(.live):not(.active):not(.enabled):not(.all) {
&:not(.pending):not(.warning):not(.off):not(.suspended):not(.expired) {
Expand Down

0 comments on commit 212ac31

Please sign in to comment.