Bug 1832470 - Revert to legacy boolean attribute behavior, treating disabled="false" as enabled. r=emilio

Differential Revision: https://phabricator.services.mozilla.com/D177752
This commit is contained in:
Dão Gottwald 2023-05-11 11:24:49 +00:00
Родитель b3e806a187
Коммит c84e710613
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -32,8 +32,8 @@ menucaption {
background-color: initial;
}
menu:where([_moz-menuactive]:not([disabled])),
menuitem:where([_moz-menuactive]:not([disabled])) {
menu:where([_moz-menuactive]:not([disabled="true"])),
menuitem:where([_moz-menuactive]:not([disabled="true"])) {
color: -moz-menuhovertext;
background-color: -moz-menuhover;
}