Skip to content

Commit 77f33e0

Browse files
committed
refactor(themes): remove igx-file-input from base styles
1 parent 2efb9a9 commit 77f33e0

File tree

1 file changed

+10
-10
lines changed
  • projects/igniteui-angular/src/lib/core/styles/themes/generators

1 file changed

+10
-10
lines changed

projects/igniteui-angular/src/lib/core/styles/themes/generators/_base.scss

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -535,16 +535,16 @@
535535
// @include input-group($input-group-theme-map);
536536
//}
537537

538-
@if is-used('igx-file-input', $exclude) {
539-
$file-input-theme-map: file-input-theme(
540-
$schema: $schema,
541-
);
542-
$file-input-theme-map: meta.call(
543-
$theme-handler,
544-
$file-input-theme-map
545-
);
546-
@include file-input($file-input-theme-map);
547-
}
538+
// @if is-used('igx-file-input', $exclude) {
539+
// $file-input-theme-map: file-input-theme(
540+
// $schema: $schema,
541+
// );
542+
// $file-input-theme-map: meta.call(
543+
// $theme-handler,
544+
// $file-input-theme-map
545+
// );
546+
// @include file-input($file-input-theme-map);
547+
// }
548548

549549
// @if is-used('igx-list', $exclude) {
550550
// $list-theme-map: list-theme(

0 commit comments

Comments
 (0)