mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 458588 - remove uses of -moz-outline* and drop the aliases afterwards; m-c part; r=(gavin.sharp + myk) sr=bzbarsky
This commit is contained in:
parent
2da60d7e5a
commit
6c57ef3165
@ -127,7 +127,7 @@
|
||||
*|*::-moz-anonymous-block, *|*::-moz-anonymous-positioned-block {
|
||||
/* we currently inherit from the inline that is split */
|
||||
outline: inherit;
|
||||
-moz-outline-offset: inherit;
|
||||
outline-offset: inherit;
|
||||
clip-path: inherit;
|
||||
filter: inherit;
|
||||
mask: inherit;
|
||||
|
@ -72,7 +72,7 @@ listbox:focus > listitem[selected="true"][current="true"] {
|
||||
|
||||
listbox:focus > listitem[current="true"] {
|
||||
outline: 1px dotted Highlight;
|
||||
-moz-outline-offset: -1px;
|
||||
outline-offset: -1px;
|
||||
}
|
||||
|
||||
listitem[selected="true"] {
|
||||
|
@ -60,7 +60,7 @@ richlistbox:focus > richlistitem[selected="true"] {
|
||||
|
||||
richlistbox[seltype="multiple"]:focus > richlistitem[current="true"] {
|
||||
outline: 1px dotted Highlight;
|
||||
-moz-outline-offset: -1px;
|
||||
outline-offset: -1px;
|
||||
}
|
||||
|
||||
richlistbox[seltype="multiple"]:focus > richlistitem[current="true"][selected="true"] {
|
||||
|
@ -72,7 +72,7 @@ listbox:focus > listitem[selected="true"][current="true"] {
|
||||
|
||||
listbox:focus > listitem[current="true"] {
|
||||
outline: 1px dotted Highlight;
|
||||
-moz-outline-offset: -1px;
|
||||
outline-offset: -1px;
|
||||
}
|
||||
|
||||
listitem[selected="true"] {
|
||||
|
@ -60,7 +60,7 @@ richlistbox:focus > richlistitem[selected="true"] {
|
||||
|
||||
richlistbox[seltype="multiple"]:focus > richlistitem[current="true"] {
|
||||
outline: 1px dotted Highlight;
|
||||
-moz-outline-offset: -1px;
|
||||
outline-offset: -1px;
|
||||
}
|
||||
|
||||
richlistbox[seltype="multiple"]:focus > richlistitem[current="true"][selected="true"] {
|
||||
|
@ -74,7 +74,7 @@ toolbarbutton:focus
|
||||
Without it, the outline won't appear. */
|
||||
-moz-appearance: toolbarbutton;
|
||||
outline: 1px dotted -moz-DialogText;
|
||||
-moz-outline-offset: -2px;
|
||||
outline-offset: -2px;
|
||||
}
|
||||
|
||||
toolbarbutton:hover,
|
||||
|
Loading…
Reference in New Issue
Block a user