Skip to content

Commit

Permalink
ids-spinbox: fix related quirk with button disabled style
Browse files Browse the repository at this point in the history
  • Loading branch information
rob2d committed Jun 4, 2021
1 parent a01869c commit 0eeefdd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ids-spinbox/ids-spinbox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,7 @@
max-height: 38px;
margin-bottom: 4px;

&:focus-within ids-input:not(.error)::part(input),
&:focus-within ids-button:not(.error)::part(button) {
&:focus-within ids-input:not(.error)::part(input) {
border-color: var(--ids-color-palette-azure-60) !important;
border-width: 1px;
box-shadow: none;
Expand Down

0 comments on commit 0eeefdd

Please sign in to comment.