Skip to content

Commit

Permalink
Merge branch 'io-160' into test
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaashl committed Nov 6, 2023
2 parents 83180ef + cbf59cf commit 7a7b88f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Remove font styles from lists and update the list's clean variant padding. This fixes the lists styles in the Banner component.


## [1.0.2] - 23.10.2023

### Fixed
Expand Down
5 changes: 5 additions & 0 deletions src/components/form/date/date.scss
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,11 @@
color: colors.$blue-state;
}

&:focus-visible {
box-shadow: 0 0 0 0.375rem colors.$purple-light;
outline: 0.125rem solid colors.$blue-state;
}

&:disabled {
cursor: not-allowed;
color: states.$disabled-text;
Expand Down

0 comments on commit 7a7b88f

Please sign in to comment.