File tree Expand file tree Collapse file tree 2 files changed +7
-10
lines changed
browser/themes/shared/customizableui Expand file tree Collapse file tree 2 files changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -305,9 +305,14 @@ panelview {
305
305
margin-inline-end : 8px ;
306
306
}
307
307
308
- .menu-accel ,
309
- .menu-iconic-accel {
308
+ : is (.menu-accel , .menu-iconic-accel ) {
310
309
margin-inline-start : 16px ;
310
+
311
+ @media not (prefers-contrast) {
312
+ menuitem : not ([disabled ]) > .menu-accel-container > & {
313
+ color : var (--panel-disabled-color );
314
+ }
315
+ }
311
316
}
312
317
313
318
menu > .menu-right {
Original file line number Diff line number Diff line change 4
4
5
5
@namespace url ("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" );
6
6
7
- /* Accel text */
8
-
9
- @media not (prefers-contrast) {
10
- menuitem : not ([disabled ]) > .menu-accel-container > : is (.menu-accel , .menu-iconic-accel ) {
11
- color : var (--panel-disabled-color );
12
- }
13
- }
14
-
15
7
/* Scroll buttons */
16
8
17
9
/* Hide arrow buttons when there's nothing to scroll in that direction */
You can’t perform that action at this time.
0 commit comments