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

Commit 9852ff7

Browse files
rudzikdawidmmalerba
authored andcommitted
fix(select): theming issues with md-select-value (#11373)
Closes #9592
1 parent b6b9a5c commit 9852ff7

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

src/components/select/select-theme.scss

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,27 @@ md-input-container {
3737
}
3838
}
3939

40+
&:not(.md-input-invalid) {
41+
&.md-input-focused {
42+
&.md-accent {
43+
.md-select-value {
44+
border-color: '{{accent-color}}';
45+
span {
46+
color: '{{accent-color}}';
47+
}
48+
}
49+
}
50+
&.md-warn {
51+
.md-select-value {
52+
border-color: '{{warn-A700}}';
53+
span {
54+
color: '{{warn-A700}}';
55+
}
56+
}
57+
}
58+
}
59+
}
60+
4061
}
4162

4263
md-select.md-THEME_NAME-theme {

0 commit comments

Comments
 (0)