Skip to content

Commit

Permalink
feat(theme): design search button focus state
Browse files Browse the repository at this point in the history
  • Loading branch information
francoischalifour committed Feb 10, 2021
1 parent 818a1d9 commit e284771
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/autocomplete-theme-classic/src/theme.scss
Expand Up @@ -467,6 +467,12 @@ body {
position: relative;
text-align: left;
width: 100%;
&:focus {
border-color: var(--aa-primary-color);
box-shadow: var(--aa-selected-color) 0 0 0 3px,
inset var(--aa-selected-color) 0 0 0 2px;
outline: currentColor none medium;
}
.aa-DetachedSearchButtonIcon {
align-items: center;
color: var(--aa-primary-color);
Expand Down

0 comments on commit e284771

Please sign in to comment.