Skip to content

Commit de0e708

Browse files
committed
fix(component-events): added style to fix a:focus
UDS-1975
1 parent 8932873 commit de0e708

File tree

1 file changed

+2
-0
lines changed
  • packages/unity-bootstrap-theme/src/scss/extends

1 file changed

+2
-0
lines changed

packages/unity-bootstrap-theme/src/scss/extends/_misc.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,4 +126,6 @@ textarea:focus,
126126
select:focus {
127127
outline: none !important;
128128
box-shadow: 0px 0px 0px 2px $uds-color-base-white, 0px 0px 0px 4px $uds-color-base-gray-7 !important;
129+
display: inline-block;
130+
margin: 4px;
129131
}

0 commit comments

Comments
 (0)