mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backing out attempted orange fix.
This commit is contained in:
commit
1c25f60376
@ -697,7 +697,7 @@ canvas {
|
||||
/* focusable content: anything w/ tabindex >=0 is focusable, but we
|
||||
skip drawing a focus outline on a few things that handle it
|
||||
themselves. */
|
||||
:-moz-focusring:not(input):not(button):not(select):not(textarea):not(iframe):not(frame) {
|
||||
:-moz-focusring:not(input):not(button):not(select):not(textarea) {
|
||||
/* Don't specify the outline-color, we should always use initial value. */
|
||||
outline: 1px dotted;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user