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

@ -25,4 +25,9 @@ ion-segment {
text-overflow: ellipsis;
white-space: nowrap;
cursor: pointer;
&:active,
&:focus {
outline: none;
}
}