mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 06:05:44 +00:00
Bug 984804 - highlight footer more strongly, make it work for keyboard nav in the menu, r=mikedeboer,ui-r=shorlander
--HG-- extra : rebase_source : 51bf284a2a3ee0556a2c6f56749ff5c6d6c0bd8d
This commit is contained in:
parent
469084a405
commit
b2b7910311
@ -680,14 +680,16 @@ menuitem.subviewbutton@menuStateActive@,
|
|||||||
color: hsl(0,0%,25%)
|
color: hsl(0,0%,25%)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
menuitem.panel-subview-footer@menuStateHover@,
|
||||||
.subviewbutton.panel-subview-footer@buttonStateHover@ {
|
.subviewbutton.panel-subview-footer@buttonStateHover@ {
|
||||||
background-color: hsla(210,4%,10%,.1);
|
background-color: hsla(210,4%,10%,.15);
|
||||||
border-top: 1px solid hsla(210,4%,10%,.12);
|
border-top: 1px solid hsla(210,4%,10%,.14);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
menuitem.panel-subview-footer@menuStateActive@,
|
||||||
.subviewbutton.panel-subview-footer@buttonStateActive@ {
|
.subviewbutton.panel-subview-footer@buttonStateActive@ {
|
||||||
background-color: hsla(210,4%,10%,.15);
|
background-color: hsla(210,4%,10%,.19);
|
||||||
border-top: 1px solid hsla(210,4%,10%,.12);
|
border-top: 1px solid hsla(210,4%,10%,.14);
|
||||||
box-shadow: 0 1px 0 hsla(210,4%,10%,.05) inset;
|
box-shadow: 0 1px 0 hsla(210,4%,10%,.05) inset;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user