1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-19 11:51:23 +02:00
This commit is contained in:
Mark Otto
2015-12-07 21:57:06 -08:00
parent e5b6922258
commit 5a6a128728

View File

@@ -77,6 +77,15 @@ body {
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