Skip to content

Commit

Permalink
feat: menu focus should be darker (#531)
Browse files Browse the repository at this point in the history
  • Loading branch information
markuczy authored Oct 9, 2024
1 parent 3825629 commit 3993c50
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -680,8 +680,8 @@ $menuitemHoverBg: rgba(0, 0, 0, 0.04);
$menuitemTextActiveColor: $textColor;
$menuitemIconActiveColor: $textSecondaryColor;
$menuitemActiveBg: rgba(0, 0, 0, 0.04);
$menuitemActiveFocusBg: rgba(0, 0, 0, 0.02);
$menuitemFocusBg: rgba(0, 0, 0, 0.02);
$menuitemActiveFocusBg: rgba(0, 0, 0, 0.04);
$menuitemFocusBg: rgba(0, 0, 0, 0.04);
$menuitemSubmenuIconFontSize: 0.875rem;
$submenuHeaderMargin: 0;
$submenuHeaderPadding: 1rem;
Expand Down

0 comments on commit 3993c50

Please sign in to comment.