mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-23 01:57:06 +03:00
remove the terrible bs4 tab-focus on links
This commit is contained in:
parent
56d61691b5
commit
4fadfdbfe8
|
@ -2,6 +2,12 @@ body {
|
|||
font-weight: $mdb-font-weight-base;
|
||||
}
|
||||
|
||||
a {
|
||||
&:focus {
|
||||
outline: none; // remove the terrible @include tab-focus();
|
||||
}
|
||||
}
|
||||
|
||||
//// Prevent highlight on mobile
|
||||
//* {
|
||||
// -webkit-tap-highlight-color: rgba($white, 0);
|
||||
|
|
Loading…
Reference in New Issue
Block a user