Don't set cursor property on pseudo as it won't do anything
This commit is contained in:
parent
1e56cd34ad
commit
0d49d15f77
1 changed files with 0 additions and 1 deletions
|
@ -13,7 +13,6 @@ See the above repository for updates as well as full license text. */
|
||||||
fill-opacity: 0.6;
|
fill-opacity: 0.6;
|
||||||
-moz-context-properties: fill, fill-opacity;
|
-moz-context-properties: fill, fill-opacity;
|
||||||
background: no-repeat center url(chrome://global/skin/icons/arrow-dropdown-16.svg);
|
background: no-repeat center url(chrome://global/skin/icons/arrow-dropdown-16.svg);
|
||||||
cursor: normal;
|
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
transition: opacity 150ms linear
|
transition: opacity 150ms linear
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue