Skip to content

Commit 0158749

Browse files
committed
Build
1 parent 27418f7 commit 0158749

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

dist/textpattern/jquery-ui.css

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1912,23 +1912,23 @@ label.ui-state-active.ui-button:active {
19121912

19131913
/**
19141914
* Default state icons.
1915+
*
1916+
* TODO: Use `filter: brightness()` in future, instead of dedicated image.
19151917
*/
1916-
.ui-state-default .ui-icon,
1917-
.destroy .ui-icon {
1918+
.ui-state-default .ui-icon {
19181919
background-image: url("img/ui-icon-sprite-555555.svg");
19191920
}
19201921

19211922
/**
19221923
* Weighted content icons and interaction state icons.
1924+
*
1925+
* TODO: Use `filter: brightness()` in future, instead of dedicated image.
19231926
*/
19241927
.ui-widget-content .ui-icon,
19251928
.ui-widget-header .ui-icon,
19261929
.ui-state-hover .ui-icon,
19271930
.ui-state-focus .ui-icon,
1928-
.ui-state-active .ui-icon,
1929-
.destroy:hover .ui-icon,
1930-
.destroy:active .ui-icon,
1931-
.destroy:focus .ui-icon {
1931+
.ui-state-active .ui-icon {
19321932
background-image: url("img/ui-icon-sprite-333333.svg");
19331933
}
19341934

@@ -1973,7 +1973,8 @@ label.ui-state-active.ui-button:active {
19731973
*/
19741974
.ui-state-error .ui-icon,
19751975
.ui-state-error-text .ui-icon,
1976-
.error .ui-icon {
1976+
.error .ui-icon,
1977+
.destroy .ui-icon {
19771978
background-image: url("img/ui-icon-sprite-error.svg");
19781979
}
19791980

0 commit comments

Comments
 (0)