Skip to content

Commit 27418f7

Browse files
committed
Latest amends from Hive theme
1 parent a4387f1 commit 27418f7

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

src/sass/modules/_icons.scss

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,25 +34,25 @@
3434

3535
/**
3636
* Default state icons.
37+
*
38+
* TODO: Use `filter: brightness()` in future, instead of dedicated image.
3739
*/
3840

39-
.ui-state-default .ui-icon,
40-
.destroy .ui-icon {
41+
.ui-state-default .ui-icon {
4142
background-image: url("img/ui-icon-sprite-555555.svg");
4243
}
4344

4445
/**
4546
* Weighted content icons and interaction state icons.
47+
*
48+
* TODO: Use `filter: brightness()` in future, instead of dedicated image.
4649
*/
4750

4851
.ui-widget-content .ui-icon,
4952
.ui-widget-header .ui-icon,
5053
.ui-state-hover .ui-icon,
5154
.ui-state-focus .ui-icon,
52-
.ui-state-active .ui-icon,
53-
.destroy:hover .ui-icon,
54-
.destroy:active .ui-icon,
55-
.destroy:focus .ui-icon {
55+
.ui-state-active .ui-icon {
5656
background-image: url("img/ui-icon-sprite-333333.svg");
5757
}
5858

@@ -100,7 +100,8 @@
100100

101101
.ui-state-error .ui-icon,
102102
.ui-state-error-text .ui-icon,
103-
.error .ui-icon {
103+
.error .ui-icon,
104+
.destroy .ui-icon {
104105
background-image: url("img/ui-icon-sprite-error.svg");
105106
}
106107

0 commit comments

Comments
 (0)