зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1701645 - actually use 8px border radius for panels on Windows 7, r=mconley
Depends on D110112 Differential Revision: https://phabricator.services.mozilla.com/D110114
This commit is contained in:
Родитель
f42abbd233
Коммит
44a2bdc31d
|
@ -103,11 +103,13 @@ panel[type="arrow"][side="right"] {
|
||||||
-moz-box-orient: vertical;
|
-moz-box-orient: vertical;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@supports not -moz-bool-pref("browser.proton.enabled") {
|
||||||
@media (-moz-os-version: windows-win7) {
|
@media (-moz-os-version: windows-win7) {
|
||||||
.panel-arrowcontent {
|
.panel-arrowcontent {
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
panel[type="arrow"].panel-no-padding::part(arrowcontent) {
|
panel[type="arrow"].panel-no-padding::part(arrowcontent) {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче