Skip to content

Commit

Permalink
Merge pull request #9035 from google/enhance/8584-authorize-applicati…
Browse files Browse the repository at this point in the history
…on-hover-follow-up

Fix reject button border on focus.
  • Loading branch information
techanvil committed Jul 19, 2024
2 parents 2628f57 + 563aeac commit 9c5bdd5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ html[dir="rtl"] .googlesitekit-authorize-application__footer {
}

&:focus {
border: 1px solid $c-authorize-application-sys-light-primary;
box-shadow: 0 0 0 1000px rgba(11, 87, 208, 0.12) inset;
}
}
Expand Down

0 comments on commit 9c5bdd5

Please sign in to comment.