Skip to content

Commit

Permalink
update active focus border color
Browse files Browse the repository at this point in the history
  • Loading branch information
Francis Thibault committed Dec 12, 2023
1 parent 3bb48da commit 2e373d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/Combobox/src/combobox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@
&:focus-visible,
&.focus {
background-color: var(--ids-combobox-background-active);
border-color: var(--ids-select-border-color-active);
box-shadow: none;
}
}
Expand Down
1 change: 1 addition & 0 deletions packages/Select/src/select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@
&:focus-visible,
&.focus {
background-color: var(--ids-select-background-active);
border-color: var(--ids-select-border-color-active);
box-shadow: none;
}
}
Expand Down

0 comments on commit 2e373d6

Please sign in to comment.