Skip to content

Commit

Permalink
fix: added focus for hubspot form links (#671)
Browse files Browse the repository at this point in the history
fix: added focus for hubspot form links
  • Loading branch information
Kyzyl-ool authored Nov 7, 2023
1 parent 51f6215 commit dd7249e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/sub-blocks/HubspotForm/HubspotForm.scss
Original file line number Diff line number Diff line change
Expand Up @@ -267,14 +267,6 @@ $block: '.#{$ns}hubspot-form';
@include text-body-2();
margin: $indentS 0;
}

a {
@include focusable(0, 'box-shadow');
&:focus {
outline: 0;
border-radius: var(--g-focus-border-radius);
}
}
}

.hs_error_rollup {
Expand Down Expand Up @@ -423,6 +415,14 @@ $block: '.#{$ns}hubspot-form';
}
}

a {
@include focusable(0, 'box-shadow');
&:focus {
outline: 0;
border-radius: var(--g-focus-border-radius);
}
}

&_theme {
&_dark {
--g-color-line-focus: var(--pc-color-line-focus-dark);
Expand Down

0 comments on commit dd7249e

Please sign in to comment.