Bug 1551696 - Fix a color for the deemphasized text of the field-label. r=MattN

Differential Revision: https://phabricator.services.mozilla.com/D31285

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Jared Wein 2019-05-16 20:16:28 +00:00
Родитель fc7632b121
Коммит 56b9f1504d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -40,7 +40,7 @@
.field-label {
display: block;
font-size: smaller;
opacity: .7;
color: var(--in-content-deemphasized-text);
margin-bottom: 5px;
}