Skip to content

Commit

Permalink
Fix: Icons - Mac's contents area
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed Oct 25, 2022
1 parent f047993 commit c738e01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion css/leptonChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -10249,7 +10249,7 @@
/* iconic */
}

@supports -moz-bool-pref("widget.macos.native-context-menus") or -moz-bool-pref("widget.gtk.native-context-menus") {
@supports -moz-bool-pref("layout.css.osx-font-smoothing.enabled") {
#context-back {
--menuitem-image: url("chrome://browser/skin/back.svg");
}
Expand Down
2 changes: 1 addition & 1 deletion src/icons/context_menu/_content_area.scss
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@
/* iconic */
}

@include NativeMenu {
@include OS($mac) {
#context-back {
--menuitem-image: url("chrome://browser/skin/back.svg");
}
Expand Down

0 comments on commit c738e01

Please sign in to comment.