File tree Expand file tree Collapse file tree 1 file changed +0
-27
lines changed
projects/igniteui-angular/src/lib/core/styles/components/grid-toolbar Expand file tree Collapse file tree 1 file changed +0
-27
lines changed Original file line number Diff line number Diff line change 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 {
You can’t perform that action at this time.
0 commit comments