remove outline on focus primary button

pull/2433/head
saneery 5 years ago
parent cdf9d974a8
commit 4b979e7dd8
  1. 1
      apps/block_scout_web/assets/css/components/_button.scss

@ -23,6 +23,7 @@ $button-secondary-color: $secondary !default;
background-color: darken($button-primary-color, 10%);
border-color: darken($button-primary-color, 10%);
color: #fff;
outline: none !important;
text-decoration: none;
}

Loading…
Cancel
Save