Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
Fix box shadow for invalid state of form select control.
Browse files Browse the repository at this point in the history
  • Loading branch information
cm9361 committed Mar 25, 2024
1 parent a38e194 commit 97a193a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
--terra-form-select-invalid-box-shadow: none;
--terra-form-select-invalid-focus-background-size: 0 0;
--terra-form-select-invalid-focus-border-color: #4cb2e9;
--terra-form-select-invalid-focus-box-shadow: 0 0 4px #a6d9f4;
--terra-form-select-invalid-focus-box-shadow: 0 0 1px 3px rgba(76,178,233,0.5),0 0 7px 4px rgba(76,178,233,0.35);
--terra-form-select-invalid-hover-border-color: #4cb2e9;
--terra-form-select-arrow-height: 0.66667rem;
--terra-form-select-arrow-width: 0.66667rem;
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 97a193a

Please sign in to comment.