Skip to content

Commit

Permalink
fix(ɵcomponents/design): do not unset the default appearance of input…
Browse files Browse the repository at this point in the history
… elements

For example, the <select> HTML element displays a chevron to indicate that clicking the element opens a menu.
  • Loading branch information
danielwiehl authored and Marcarrian committed Nov 15, 2023
1 parent 7f9933b commit 4c0a170
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/scion/components.internal/design/_styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
padding: .5em;
transition: border-color ease-in-out .15s, color ease-in-out .15s;
background-color: var(--sci-color-background-input);
appearance: auto;

&:focus-within:not(:disabled):not(:has(input:disabled)):not(:has(select:disabled)) {
border-color: var(--sci-color-accent);
Expand Down

0 comments on commit 4c0a170

Please sign in to comment.