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

Commit 4afba57

Browse files
cgxSplaktar
authored andcommitted
fix(select): respect theme color when select has focus
1 parent 66c017e commit 4afba57

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/select/select.scss

+2-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,8 @@ md-select {
158158
}
159159
&:focus {
160160
.md-select-value {
161-
border-bottom: $select-border-width-default + 1px solid;
161+
border-bottom-style: solid;
162+
border-bottom-width: $select-border-width-default + 1px;
162163
padding-bottom: $select-value-padding-bottom - 1px;
163164
}
164165
}

0 commit comments

Comments
 (0)