Skip to content

Commit 927b095

Browse files
committed
Button icon opacity correction
1 parent 178851a commit 927b095

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/textpattern/jquery-ui.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2006,7 +2006,7 @@ input.ui-button.ui-icon-notext .ui-icon {
20062006
}
20072007

20082008
a.ui-icon,
2009-
a .ui-icon {
2009+
a:not(.ui-button) .ui-icon {
20102010
opacity: 0.66;
20112011
}
20122012

dist/textpattern/jquery-ui.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scss/modules/_icons.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
}
3232

3333
a.ui-icon,
34-
a .ui-icon {
34+
a:not(.ui-button) .ui-icon {
3535
opacity: 0.66;
3636
}
3737

0 commit comments

Comments
 (0)