fix(picker) remove default focus styles

This commit is contained in:
Cam Wiegert
2018-01-24 10:54:41 -06:00
parent 8f6b4b90ce
commit d2bffbf8df

View File

@@ -172,3 +172,11 @@ ion-picker {
border: 0;
font-family: inherit;
}
.picker-opt,
.picker-button {
&:active,
&:focus {
outline: none;
}
}