Skip to content

Commit

Permalink
fix: adapt css selector
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiashader committed Sep 24, 2024
1 parent cb48035 commit 846b29f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/scss/components/form/_input.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
}

&.focus, &:focus {
&:not([readonly], .read-only, .disabled) {
&:not(.read-only, .disabled, [readonly], [disabled]) {
outline: 1px solid var(--theme-color-focus-bdr);
outline-offset: var(--theme-input--focus--outline-offset);
border-color: var(--theme-input--border-color--focus) !important;
Expand Down

0 comments on commit 846b29f

Please sign in to comment.