Skip to content

Commit 5063b84

Browse files
committed
fix(file-input): lint errors
1 parent 1fc4ecb commit 5063b84

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/components/file-input/themes/file-input.base.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ $theme-file-input: file-input.$base;
2525
max-height: var-get($theme, 'size');
2626
height: 100%;
2727
grid-area: 1 / 3;
28-
background: var-get($theme-file-input, 'file-names-background')
28+
background: var-get($theme-file-input, 'file-names-background');
2929

3030
> span {
3131
@include ellipsis();

src/components/file-input/themes/shared/file-input.bootstrap.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ $theme: $bootstrap;
1212
}
1313

1414
[part~='file-selector-button'] igc-button {
15-
1615
&::part(base) {
1716
font-size: var(--input-font);
1817
transition: border 0.15s ease-out;

0 commit comments

Comments
 (0)