Bug 1510565 - Fix download panel button color. r=paolo

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Dão Gottwald 2019-01-07 13:06:22 +00:00
Родитель 08e5e61804
Коммит 2eb057d8bd
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -176,7 +176,7 @@
border: none;
background: transparent;
padding: 0;
color: inherit;
color: inherit !important /* !important overrides button.css on Mac and Linux */;
}
.downloadButton > .button-box > .button-icon {