Skip to content

Commit

Permalink
fix: select background color
Browse files Browse the repository at this point in the history
  • Loading branch information
fengtianze committed Dec 24, 2020
1 parent ce58e21 commit 3d5ec1b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/select/select.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,19 @@
}

&__input.aui-input[readonly] {
background-color: $input-bg-color-disabled;
background-color: $input-bg-color;
border-color: $input-border-color;
cursor: text;

&:focus {
border-color: $input-border-color-primary;
}
}

&__input.aui-input[disabled] {
background-color: $input-bg-color-disabled;
border-color: $input-border-color;
}
}

aui-select.ng-invalid.ng-dirty,
Expand Down

0 comments on commit 3d5ec1b

Please sign in to comment.