mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-05-16 03:03:11 +00:00
remove dotted outline around button
This commit is contained in:
parent
4b06e10d71
commit
de9b8d8765
1 changed files with 3 additions and 0 deletions
|
|
@ -42,6 +42,9 @@ $button-icon-size: 40px;
|
|||
&:focus {
|
||||
outline: none;
|
||||
}
|
||||
&::-moz-focus-inner {
|
||||
border:0;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
&:not([disabled]) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue