mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 23:31:56 +00:00
Bug 1733437 - Don't use non-existant bullet images in xul test. r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D127146
This commit is contained in:
parent
ccd22bb5d7
commit
7c2a7c9949
@ -3,13 +3,13 @@ treechildren::-moz-tree-checkbox(checked) {
|
||||
}
|
||||
|
||||
treechildren::-moz-tree-image(cyclerState1) {
|
||||
list-style-image: url("chrome://global/skin/console/bullet-question.png");
|
||||
list-style-type: disc;
|
||||
}
|
||||
|
||||
treechildren::-moz-tree-image(cyclerState2) {
|
||||
list-style-image: url("chrome://global/skin/console/bullet-warning.png");
|
||||
list-style-type: circle;
|
||||
}
|
||||
|
||||
treechildren::-moz-tree-image(cyclerState3) {
|
||||
list-style-image: url("chrome://global/skin/console/bullet-error.png");
|
||||
list-style-type: square;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user