mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-26 19:44:07 +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;
|
font-weight: $mdb-font-weight-base;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
&:focus {
|
||||||
|
outline: none; // remove the terrible @include tab-focus();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
//// Prevent highlight on mobile
|
//// Prevent highlight on mobile
|
||||||
//* {
|
//* {
|
||||||
// -webkit-tap-highlight-color: rgba($white, 0);
|
// -webkit-tap-highlight-color: rgba($white, 0);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user