Skip to content

Commit e7fb48f

Browse files
committed
fix(input): remove duplicated selector
1 parent 2d831d0 commit e7fb48f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/components/input/themes/shared/input.material.scss

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@ $fs: rem(16px) !default;
4141
}
4242
}
4343

44-
:host([outlined]) {
45-
--label-position: calc((#{var-get($theme, 'size')} / 2) - (#{$idle-border-width}));
46-
}
47-
4844
[part='prefix'],
4945
[part='suffix'] {
5046
::slotted(*) {
@@ -390,6 +386,8 @@ input:placeholder-shown + [part='notch'] [part='label'],
390386
}
391387

392388
:host([outlined]) {
389+
--label-position: calc((#{var-get($theme, 'size')} / 2) - (#{$idle-border-width}));
390+
393391
[part='notch'] {
394392
border: {
395393
width: $idle-border-width;

0 commit comments

Comments
 (0)