CSR-818: adjust focus styling on primary button
This commit is contained in:
parent
5e963ab491
commit
a58b7fdd02
1 changed files with 2 additions and 2 deletions
|
|
@ -185,11 +185,11 @@ html {
|
|||
pointer-events: all;
|
||||
font-weight: $font-weight-normal;
|
||||
}
|
||||
&.btn.btn-primary:hover {
|
||||
&.btn.btn-primary:hover,
|
||||
&.btn.btn-primary:focus {
|
||||
background: $gray-200;
|
||||
box-shadow: none;
|
||||
}
|
||||
&.btn.btn-primary:focus,
|
||||
&.btn.btn-primary:focus-visible {
|
||||
box-shadow: 0 0 0 3px $white, 0 0 0 5.5px $gray-700;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue