mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-10 19:57:13 +03:00
fix(button): Removed focus outline (#1234)
This commit is contained in:
parent
ebc0e5c4ec
commit
45c4f8cdac
|
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
//---
|
||||
|
|
Loading…
Reference in New Issue
Block a user