remove dotted outline around button

This commit is contained in:
yeknava 2016-11-10 19:54:39 +03:30 committed by GitHub
parent 4b06e10d71
commit de9b8d8765

View file

@ -42,6 +42,9 @@ $button-icon-size: 40px;
&:focus {
outline: none;
}
&::-moz-focus-inner {
border:0;
}
&:hover {
&:not([disabled]) {