Skip to content

Commit a63b8a9

Browse files
martin107paul-m
martin107
authored andcommitted
Issue #2924421 by martin107: Incorrect CSS loads examples icon twice
1 parent dea6782 commit a63b8a9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

css/examples.icons.css

+1-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
/**
77
* Toolbar tab icon.
88
*/
9-
.toolbar-bar .toolbar-icon-examples:before {
10-
background-image: url(../images/examples.svg);
11-
}
9+
.toolbar-bar .toolbar-icon-examples:before,
1210
.toolbar-bar .toolbar-icon-examples:active:before,
1311
.toolbar-bar .toolbar-icon-examples.active:before {
1412
background-image: url(../images/examples.svg);

0 commit comments

Comments
 (0)