Skip to content

Commit

Permalink
Fix: Rounding - Menu
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed Aug 18, 2022
1 parent f6cd9de commit e2d71eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions css/leptonChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -3113,6 +3113,7 @@
}
@supports -moz-bool-pref("userChrome.rounding.square_menupopup") {
xul|menupopup {
--panel-border-radius: 0px !important;
border-radius: 0 !important;
}
}
Expand Down
1 change: 1 addition & 0 deletions src/rounding/_square.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@

@include Option("userChrome.rounding.square_menupopup") {
xul|menupopup {
--panel-border-radius: 0px !important;
border-radius: 0 !important;
}
}
Expand Down

0 comments on commit e2d71eb

Please sign in to comment.