mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-23 02:47:07 +00:00
79591 - left/right arrow in radio buttons but don't move focus, r=andreww, sr=blake, a=asa
This commit is contained in:
parent
3286ca35dc
commit
4ee65fb11b
@ -27,23 +27,16 @@
|
||||
|
||||
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
||||
|
||||
/* ::::: radiogroup ::::: */
|
||||
|
||||
radiogroup {
|
||||
-moz-user-focus: ignore;
|
||||
}
|
||||
|
||||
/* ::::: radio ::::: */
|
||||
|
||||
radio {
|
||||
border: 2px solid transparent;
|
||||
margin: 0px 3px 0px 3px;
|
||||
-moz-user-focus: normal !important;
|
||||
}
|
||||
|
||||
/* ..... focused state ..... */
|
||||
|
||||
radio:focus {
|
||||
radio[focused="true"] {
|
||||
border-color: #A5A8B1;
|
||||
-moz-border-radius: 4px 5px 4px 5px;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user