зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1483503 - Stop setting color: MenuText on menu, menuitem, and menucaption elements. r=stefanh
This commit is contained in:
Родитель
4ec111d31e
Коммит
20a505a896
|
@ -21,7 +21,6 @@ menucaption {
|
|||
-moz-appearance: menuitem;
|
||||
-moz-box-align: center;
|
||||
max-width: 42em;
|
||||
color: MenuText;
|
||||
list-style-image: none;
|
||||
-moz-image-region: auto;
|
||||
}
|
||||
|
|
|
@ -10,7 +10,6 @@ menucaption {
|
|||
-moz-appearance: menuitem;
|
||||
-moz-font-smoothing-background-color: -moz-mac-menuitem;
|
||||
-moz-box-align: center;
|
||||
color: MenuText;
|
||||
list-style-image: none;
|
||||
-moz-image-region: auto;
|
||||
padding: 0 21px 2px;
|
||||
|
|
|
@ -9,6 +9,7 @@ panel {
|
|||
-moz-appearance: menupopup;
|
||||
-moz-font-smoothing-background-color: -moz-mac-menupopup;
|
||||
background-color: Menu;
|
||||
color: MenuText;
|
||||
}
|
||||
|
||||
menupopup > menu > menupopup {
|
||||
|
|
|
@ -20,7 +20,6 @@ menuitem,
|
|||
menucaption {
|
||||
-moz-appearance: menuitem;
|
||||
-moz-box-align: center;
|
||||
color: MenuText;
|
||||
list-style-image: none;
|
||||
-moz-image-region: auto;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче