Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit 5da3c45

Browse files
committed
fix(input): fix border-bottom transparency
closes #5128, references f9d5cf8
1 parent 9b918cb commit 5da3c45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/input/input-theme.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ md-input-container.md-THEME_NAME-theme {
7575
}
7676
.md-input {
7777
&[disabled],
78-
[disabled] & {
78+
[disabled] {
7979
border-bottom-color: transparent;
8080
color: '{{foreground-3}}';
8181
background-image: linear-gradient(to right, '{{foreground-3}}' 0%, '{{foreground-3}}' 33%, transparent 0%);

0 commit comments

Comments
 (0)