Bug 1555240 - Remove unnecessary macOS scrollbar rule. r=bgrins

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Cameron McCormack 2019-05-29 13:58:54 +00:00
Родитель 6c2c3c6e42
Коммит 0946812131
1 изменённых файлов: 0 добавлений и 9 удалений

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

@ -76,12 +76,3 @@ scrollcorner {
cursor: default;
background-color: white;
}
/* ::::::::::::::::::::: MEDIA PRINT :::::::::::::::::::::: */
@media print {
html|div scrollbar {
-moz-appearance: scrollbar;
-moz-binding: url("chrome://global/content/bindings/general.xml#empty");
cursor: default;
}
}