mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 960528 - Removed dotted outline from richlistbox as used in the Places modal -> Downloads list. r=dao
This commit is contained in:
parent
e7230596d0
commit
2291af223e
@ -25,12 +25,3 @@ richlistbox:focus > richlistitem[selected="true"] {
|
||||
color: HighlightText;
|
||||
}
|
||||
|
||||
richlistbox[seltype="multiple"]:focus > richlistitem[current="true"] {
|
||||
outline: 1px dotted Highlight;
|
||||
outline-offset: -1px;
|
||||
}
|
||||
|
||||
richlistbox[seltype="multiple"]:focus > richlistitem[current="true"][selected="true"] {
|
||||
outline: 1px dotted #F3D982; /* TODO: find a suitable system color */
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user