Skip to content

Commit b659268

Browse files
author
MPopov
committed
fix(Advanced Filtering): Fix expression-condition color
1 parent 5d2ba7a commit b659268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/core/styles/components/grid/_advanced-filtering-theme.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
}
153153

154154
%filter-tree__expression-condition {
155-
color: igx-color($palette, 'grays', 500);
155+
opacity: .7;
156156
}
157157

158158
%filter-tree__buttons {

0 commit comments

Comments
 (0)