Skip to content

Commit 1465b6e

Browse files
committed
feat: remove border when outlined and focussed
1 parent 4f55bc6 commit 1465b6e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scss/forms/_control-item.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,11 @@
390390
&:has([type].is-invalid:active) {
391391
border-color: $ouds-color-action-negative-pressed;
392392
}
393+
394+
&:has([type]:focus-visible) {
395+
padding: $ouds-control-item-space-inset;
396+
border-width: 0;
397+
}
393398
}
394399

395400

0 commit comments

Comments
 (0)