зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1576888 - Stop using px values for #urlbar-contextual-tip's and #urlbar-contextual-tip-button's font sizes. r=dao
Make #urlbar-contextual-tip inherit its font size so that it's the same as the size used for other results. Set #urlbar-contextual-tip-button's font to inherit. Differential Revision: https://phabricator.services.mozilla.com/D45125 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
17bf280715
Коммит
85c416d2ad
|
@ -59,10 +59,8 @@
|
|||
}
|
||||
|
||||
#urlbar-contextual-tip {
|
||||
font-size: 13px;
|
||||
align-items: center;
|
||||
display: flex;
|
||||
|
||||
padding-top: 24px;
|
||||
padding-bottom: 24px;
|
||||
padding-inline-start: calc(@urlbarViewInlineStartPadding@);
|
||||
|
@ -80,9 +78,9 @@
|
|||
}
|
||||
|
||||
#urlbar-contextual-tip-button {
|
||||
height: 32px;
|
||||
width: 128px;
|
||||
font-size: 11px;
|
||||
height: 2.3em;
|
||||
width: 9.15em;
|
||||
font-size: inherit;
|
||||
border: none;
|
||||
border-radius: 2px;
|
||||
color: white;
|
||||
|
|
Загрузка…
Ссылка в новой задаче