This commit is contained in:
Mark Otto 2015-12-07 21:57:06 -08:00
parent e5b6922258
commit 5a6a128728
1 changed files with 9 additions and 0 deletions

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