React tab focus bug fix (#4538)

This commit is contained in:
RachelElysia 2022-03-10 17:16:07 -05:00 committed by GitHub
parent 2ee98e1fa1
commit 5e3bcc4a61
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1 @@
* Bug fix: React tab on-focus styling

View file

@ -20,6 +20,11 @@
&:focus {
box-shadow: none;
outline: 0;
&:after {
left: 0;
bottom: 0;
}
}
// Bolding text when the button is active causes a layout shift
// so we add a hidden pseudo element with the same text string