Skip to content

Commit

Permalink
fixing focus shifting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
eniomoura committed Oct 17, 2024
1 parent 43e1c12 commit ebb3311
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/gestalt/src/Button.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,14 @@
padding: var(--sema-space-150) var(--sema-space-300);
}

a.smVr:focus {
padding: var(--sema-space-100) calc(var(--sema-space-200) + 2px);
}

a.lgVr:focus {
padding: var(--sema-space-150) calc(var(--sema-space-300) + 2px);
}

.lgVr {
border-radius: var(--rounding-400);
min-height: 48px;
Expand Down

0 comments on commit ebb3311

Please sign in to comment.