Skip to content

Commit be217d1

Browse files
committed
fix(query-builder): apply inputs action buttons color correctly
1 parent 0e8f901 commit be217d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/app/interactions/query-builder/query-builder-style/query-builder-style.component.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,15 +103,15 @@ $custom-drop-down: drop-down-theme(
103103
color: $yellow
104104
}
105105

106-
.igx-filter-tree__expression-actions igx-icon {
106+
.igx-filter-tree__inputs-actions igx-icon {
107107
color: $yellow
108108
}
109109

110-
.igx-filter-tree__expression-actions igx-icon:hover {
110+
.igx-filter-tree__inputs-actions igx-icon:hover {
111111
color: $muted-yellow
112112
}
113113

114-
.igx-filter-tree__expression-actions igx-icon:focus {
114+
.igx-filter-tree__inputs-actions igx-icon:focus {
115115
color: $muted-yellow
116116
}
117117

0 commit comments

Comments
 (0)