зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1538100 - fix font-weight on Linux to be slightly heavier, r=vbudhram
Differential Revision: https://phabricator.services.mozilla.com/D24608 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
db05e9557d
Коммит
f52af032ad
|
@ -732,7 +732,14 @@ toolbarbutton[constrain-size="true"][cui-areatype="menu-panel"] > .toolbarbutton
|
|||
}
|
||||
|
||||
.PanelUI-fxa-signin-instruction-label {
|
||||
/* Use 'lighter' font for this to de-emphasize it compared to the title.
|
||||
* We use 300 on Linux because 100 is too light (lacks contrast with
|
||||
* the background) for some fonts in combination with anti-aliasing. */
|
||||
%if defined(XP_MACOSX) || defined(XP_WIN)
|
||||
font-weight: lighter;
|
||||
%else
|
||||
font-weight: 300;
|
||||
%endif
|
||||
}
|
||||
|
||||
.fxa-avatar-subpanel {
|
||||
|
|
Загрузка…
Ссылка в новой задаче