Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
5a6a1287
Commit
5a6a1287
authored
9 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
fixes
#18330
parent
e5b69222
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scss/_reboot.scss
+9
-0
scss/_reboot.scss
with
9 additions
and
0 deletions
+9
-0
scss/_reboot.scss
+
9
-
0
View file @
5a6a1287
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment