Skip to content

Commit 8f02b9e

Browse files
authored
Merge pull request #5782 from desig9stein/igniteui-angular-4958-master
fix(toolbar): Fix disabled colors for flat and icon buttons in grid toolbar
2 parents 94bc4b1 + e45738a commit 8f02b9e

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

projects/igniteui-angular/src/lib/core/styles/components/grid-toolbar/_grid-toolbar-theme.scss

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -168,38 +168,11 @@
168168
height: map-get($grid-toolbar-height, 'comfortable');
169169

170170
%igx-button--flat {
171-
background: --var($theme, 'button-background');
172-
color: --var($theme, 'button-text-color');
173171
margin-left: rem(8);
174-
175-
&:hover {
176-
background: --var($theme, 'button-hover-background');
177-
color: --var($theme, 'button-hover-text-color');
178-
}
179-
180-
&:focus,
181-
&:active {
182-
background: --var($theme, 'button-focus-background');
183-
color: --var($theme, 'button-focus-text-color');
184-
}
185172
}
186173

187174
%igx-button--icon {
188-
background: --var($theme, 'button-background');
189-
color: --var($theme, 'button-text-color');
190175
margin-left: rem(8);
191-
border-radius: 0;
192-
193-
&:hover {
194-
background: --var($theme, 'button-hover-background');
195-
color: --var($theme, 'button-hover-text-color');
196-
}
197-
198-
&:focus,
199-
&:active {
200-
background: --var($theme, 'button-focus-background');
201-
color: --var($theme, 'button-focus-text-color');
202-
}
203176
}
204177

205178
%igx-grid-toolbar__button-space {

0 commit comments

Comments
 (0)