Skip to content

Commit a5d7659

Browse files
committed
refactor(theme): modify the filtering button color in bootstrap theme
1 parent 4d493da commit a5d7659

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,8 +257,14 @@
257257
border-color: igx-color(map-get($theme, 'palette'), 'secondary') !important;
258258

259259
@if $bootstrap-theme {
260-
border-color: igx-color(map-get($theme, 'palette'), 'primary', 800) !important;
261260
border-width: 2px;
261+
border-color: igx-color(map-get($theme, 'palette'), 'primary', 800) !important;
262+
color: igx-color(map-get($theme, 'palette'), 'primary', 800);
263+
264+
&:hover,
265+
&:focus {
266+
background: igx-color(map-get($theme, 'palette'), 'primary', 800);
267+
}
262268
}
263269
}
264270

0 commit comments

Comments
 (0)