Skip to content

Commit

Permalink
fix(global): prevent not lisible user popup
Browse files Browse the repository at this point in the history
  • Loading branch information
orblazer committed Jun 24, 2024
1 parent 312799f commit 99b8a35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/styles/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,9 @@

/** hover state */
.colorDefault_d90b3d.focused_d90b3d:not(.colorDanger_d90b3d):not(
.focused_e1268c
.menuItemFocused_ad5fac
) {
/** + user popup (sidebar left) > switch accounts (focused_e1268c = user popup btns) */
/** + user popup (sidebar left) > switch accounts (menuItemFocused = user popup btns) */
&,
.subtext_d90b3d,
.checkbox_d90b3d,
Expand Down

0 comments on commit 99b8a35

Please sign in to comment.