Skip to content

Commit

Permalink
Bug 1796065 - Remove unnecessary explicit size from permissions menul…
Browse files Browse the repository at this point in the history
…ist dropmarker icon. r=Gijs

The dropmarker is already 12px and centered, so this shouldn't be needed
and in fact breaks the stretching.

Differential Revision: https://phabricator.services.mozilla.com/D159681
  • Loading branch information
emilio committed Oct 19, 2022
1 parent 4deb645 commit 1bb1f07
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions browser/themes/shared/controlcenter/panel.css
Original file line number Diff line number Diff line change
Expand Up @@ -950,11 +950,6 @@ description#identity-popup-content-verifier,
padding-bottom: 12px;
}

#permission-popup-menulist::part(dropmarker-icon) {
height: 12px;
width: 12px;
}

#permission-popup-menulist {
padding-inline: 12px 6px;
}
Expand Down
5 changes: 0 additions & 5 deletions toolkit/themes/shared/in-content/common-shared.css
Original file line number Diff line number Diff line change
Expand Up @@ -589,11 +589,6 @@ xul|menulist::part(dropmarker) {
fill: currentColor;
}

xul|menulist::part(dropmarker-icon) {
width: 12px;
height: 12px;
}

xul|menulist > xul|menupopup {
appearance: none;

Expand Down

0 comments on commit 1bb1f07

Please sign in to comment.