Skip to content

Commit

Permalink
[EuiSuperDatePicker] Fix invalid & disabled state to match other form…
Browse files Browse the repository at this point in the history
… controls
  • Loading branch information
cee-chen committed Apr 12, 2023
1 parent 2646492 commit 5e4e85c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@

&:disabled {
background-color: $euiFormBackgroundDisabledColor;
background-image: none;
color: $euiColorDarkShade;
cursor: default;
}
Expand Down

0 comments on commit 5e4e85c

Please sign in to comment.