зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1711083, fix margins for toolbar button badges on windows and linux r=mhowell
Differential Revision: https://phabricator.services.mozilla.com/D115097
This commit is contained in:
Родитель
af7cbbf7ec
Коммит
fb08057bda
|
@ -84,8 +84,8 @@ toolbarbutton:-moz-lwtheme:not(:hover, [checked="true"], [open="true"], [disable
|
|||
box-shadow: 0 1px 0 hsla(0, 100%, 100%, .2) inset,
|
||||
0 -1px 0 hsla(0, 0%, 0%, .1) inset,
|
||||
0 1px 0 hsla(206, 50%, 10%, .2);
|
||||
margin: -6px 0 0 !important;
|
||||
margin-inline-end: -8px !important;
|
||||
margin: -5px 0 0 !important;
|
||||
margin-inline-end: -4px !important;
|
||||
min-width: 14px;
|
||||
max-width: 24px;
|
||||
line-height: 10px;
|
||||
|
|
|
@ -90,8 +90,8 @@ toolbarbutton[disabled="true"] {
|
|||
box-shadow: 0 1px 0 hsla(0, 100%, 100%, .2) inset,
|
||||
0 -1px 0 hsla(0, 0%, 0%, .1) inset,
|
||||
0 1px 0 hsla(206, 50%, 10%, .2);
|
||||
margin: -6px 0 0 !important;
|
||||
margin-inline-end: -8px !important;
|
||||
margin: -5px 0 0 !important;
|
||||
margin-inline-end: -4px !important;
|
||||
min-width: 14px;
|
||||
max-width: 24px;
|
||||
line-height: 10px;
|
||||
|
|
Загрузка…
Ссылка в новой задаче