Bug 1508702 - Fix menulist focus outline on Windows. r=dao

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

--HG--
extra : rebase_source : de745df6f0112b0da97ea550edd2c49b5f56ba11
This commit is contained in:
Paolo Amadini 2018-11-22 14:53:56 +00:00
Родитель fa0014ea66
Коммит 3f4bb4d447
1 изменённых файлов: 1 добавлений и 4 удалений

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

@ -21,9 +21,6 @@ menulist {
.menulist-label-box {
-moz-box-align: center;
-moz-box-pack: center;
border: 1px solid transparent;
background-color: transparent;
color: inherit;
}
.menulist-label {
@ -38,7 +35,7 @@ menulist:focus:not([open="true"]) > .menulist-label-box {
}
menulist:-moz-focusring:not([open="true"]) > .menulist-label-box {
border: 1px dotted ThreeDDarkShadow;
outline: 1px dotted;
}
/* ..... disabled state ..... */