Skip to content

Commit 30d7090

Browse files
fix(query-builder): fix style sample button color and height (#3537)
Co-authored-by: INFRAGISTICS\IPetrov <IPetrov@infragistics.com> Co-authored-by: Galina Edinakova <gedinakova@infragistics.com>
1 parent 47bc07e commit 30d7090

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@ $custom-drop-down: drop-down-theme($schema: $dark-material-schema,
9191
color: $yellow
9292
}
9393

94+
.igx-icon-button--flat{
95+
height: 32px;
96+
}
97+
9498
.igx-filter-tree__inputs-actions igx-icon {
9599
color: $yellow
96100
}
@@ -103,6 +107,18 @@ $custom-drop-down: drop-down-theme($schema: $dark-material-schema,
103107
color: $muted-yellow
104108
}
105109

110+
.igx-filter-tree__expression-actions igx-icon {
111+
color: $yellow !important
112+
}
113+
114+
.igx-filter-tree__expression-actions igx-icon:hover {
115+
color: $muted-yellow
116+
}
117+
118+
.igx-filter-tree__expression-actions igx-icon:focus {
119+
color: $muted-yellow
120+
}
121+
106122
.igx-filter-contextual-menu {
107123
border: 1px solid $yellow
108124
}

0 commit comments

Comments
 (0)