Skip to content

Commit 4cf712b

Browse files
committed
Latest amends from Hive theme again
1 parent 0158749 commit 4cf712b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

dist/textpattern/jquery-ui.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1922,7 +1922,7 @@ label.ui-state-active.ui-button:active {
19221922
/**
19231923
* Weighted content icons and interaction state icons.
19241924
*
1925-
* TODO: Use `filter: brightness()` in future, instead of dedicated image.
1925+
* TODO: See `filter: brightness()` above.
19261926
*/
19271927
.ui-widget-content .ui-icon,
19281928
.ui-widget-header .ui-icon,

src/sass/modules/_icons.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,20 +39,22 @@
3939
*/
4040

4141
.ui-state-default .ui-icon {
42+
//filter: brightness(1.33);
4243
background-image: url("img/ui-icon-sprite-555555.svg");
4344
}
4445

4546
/**
4647
* Weighted content icons and interaction state icons.
4748
*
48-
* TODO: Use `filter: brightness()` in future, instead of dedicated image.
49+
* TODO: See `filter: brightness()` above.
4950
*/
5051

5152
.ui-widget-content .ui-icon,
5253
.ui-widget-header .ui-icon,
5354
.ui-state-hover .ui-icon,
5455
.ui-state-focus .ui-icon,
5556
.ui-state-active .ui-icon {
57+
//filter: none;
5658
background-image: url("img/ui-icon-sprite-333333.svg");
5759
}
5860

0 commit comments

Comments
 (0)