mirror of
https://github.com/twbs/bootstrap.git
synced 2025-04-11 03:02:27 +02:00
fixes #18330
This commit is contained in:
parent
e5b6922258
commit
5a6a128728
@ -77,6 +77,15 @@ body {
|
|||||||
background-color: $body-bg;
|
background-color: $body-bg;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Suppress the focus outline on elements that cannot be accessed via keyboard.
|
||||||
|
// This prevents an unwanted focus outline from appearing around elements that
|
||||||
|
// might still respond to pointer events.
|
||||||
|
//
|
||||||
|
// Credit: https://github.com/suitcss/base
|
||||||
|
[tabindex="-1"]:focus {
|
||||||
|
outline: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Typography
|
// Typography
|
||||||
|
Loading…
x
Reference in New Issue
Block a user