Skip to content

Commit

Permalink
fix(project): skip focus-visibile on outlined for ipad
Browse files Browse the repository at this point in the history
  • Loading branch information
royschut committed Jun 25, 2021
1 parent 57add4d commit d2887b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Button/Button.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ $large-button-height: 40px;
border: 1px solid rgba(255, 255, 255, 0.3);

&.active,
&:focus-visible {
&:focus {
color: var(--highlight-contrast-color, theme.$btn-primary-color);
background-color: var(--highlight-color, theme.$btn-primary-bg);
border-color: var(--highlight-color, theme.$btn-primary-bg);
Expand Down

0 comments on commit d2887b1

Please sign in to comment.