Skip to content

Commit

Permalink
Remove border from menu items in menu bar
Browse files Browse the repository at this point in the history
  • Loading branch information
fofajardo committed Aug 7, 2020
1 parent 47aebca commit c2a7b1e
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/chrome/global/menu.css
Original file line number Diff line number Diff line change
Expand Up @@ -125,23 +125,10 @@ menu[_moz-menuactive="true"]:not([disabled="true"]) > .menu-right {

/* ::::: menu/menuitems in menubar ::::: */

menubar > menu {
border: 2px solid transparent;
}

menubar > menu[_moz-menuactive="true"]:not([disabled="true"]) {
color: HighlightText;
}

menubar > menu[_moz-menuactive="true"][open="true"] {
border-width: 3px 1px 1px 3px;
}

menubar > menu:-moz-lwtheme {
-moz-appearance: none;
border-style: none;
}

menubar > menu:-moz-lwtheme:not([disabled="true"]) {
color: inherit !important;
}
Expand Down

0 comments on commit c2a7b1e

Please sign in to comment.