Skip to content

Commit

Permalink
Bug 1701645 - actually use 8px border radius for panels on Windows 7,…
Browse files Browse the repository at this point in the history
… r=mconley

Depends on D110112

Differential Revision: https://phabricator.services.mozilla.com/D110114
  • Loading branch information
gijsk committed Mar 29, 2021
1 parent f42abbd commit 44a2bdc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions toolkit/themes/windows/global/popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,13 @@ panel[type="arrow"][side="right"] {
-moz-box-orient: vertical;
}

@supports not -moz-bool-pref("browser.proton.enabled") {
@media (-moz-os-version: windows-win7) {
.panel-arrowcontent {
border-radius: 4px;
}
}
}

panel[type="arrow"].panel-no-padding::part(arrowcontent) {
padding: 0;
Expand Down

0 comments on commit 44a2bdc

Please sign in to comment.