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:
Daniel 2008-10-18 00:46:15 +02:00
Родитель 8ea8955634
Коммит 78ba57d163
6 изменённых файлов: 6 добавлений и 6 удалений

Просмотреть файл

@ -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,