Update _buttons.scss

This commit is contained in:
dalisoft 2017-09-25 17:09:56 +05:00 committed by GitHub
parent ebc0e5c4ec
commit f699d20a8f

View File

@ -49,6 +49,13 @@
@include box-shadow($bmd-shadow-focus);
//border: 1px solid $green;
}
// :focus - Avoid outline/boxShadow on buttons after mouseup
&.focus,
&:focus {
box-shadow: none; // disable box-shadow
outline: 0; // disable outline
}
}
//---