mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 803977 - Focus ring around buttons in the downloads panel should be rectangular. r=mak
This commit is contained in:
parent
ede9f6a2ea
commit
d1725f9f31
@ -61,7 +61,6 @@ richlistitem[type="download"]:last-child {
|
||||
#downloadsListBox:-moz-focusring > richlistitem[type="download"][selected] {
|
||||
outline: 1px -moz-dialogtext dotted;
|
||||
outline-offset: -1px;
|
||||
-moz-outline-radius: 3px;
|
||||
}
|
||||
|
||||
.downloadTypeIcon {
|
||||
|
@ -77,7 +77,6 @@ richlistitem[type="download"]:last-child {
|
||||
#downloadsListBox:-moz-focusring > richlistitem[type="download"][selected] {
|
||||
outline: 1px -moz-dialogtext dotted;
|
||||
outline-offset: -1px;
|
||||
-moz-outline-radius: 3px;
|
||||
}
|
||||
|
||||
.downloadTypeIcon {
|
||||
|
@ -72,7 +72,6 @@ richlistitem[type="download"]:first-child {
|
||||
#downloadsListBox:-moz-focusring > richlistitem[type="download"][selected] {
|
||||
outline: 1px -moz-dialogtext dotted;
|
||||
outline-offset: -1px;
|
||||
-moz-outline-radius: 3px;
|
||||
}
|
||||
|
||||
.downloadTypeIcon {
|
||||
|
Loading…
Reference in New Issue
Block a user