fix() remove default focus styles (#13856)

This commit is contained in:
Cam Wiegert
2018-01-23 14:21:32 -06:00
committed by GitHub
parent a55101557e
commit ac9668ade1
11 changed files with 63 additions and 0 deletions

View File

@ -9,4 +9,9 @@
width: $chip-button-size;
height: $chip-button-size;
&:active,
&:focus {
outline: none;
}
}