1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-22 13:13:03 +02:00
This commit is contained in:
Mark Otto
2015-12-07 22:11:27 -08:00
parent 7f8a05d3ef
commit 1e9f0ab99e
10 changed files with 26 additions and 8 deletions

View File

@@ -333,6 +333,10 @@ body {
background-color: #fff;
}
[tabindex="-1"]:focus {
outline: none !important;
}
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
margin-bottom: .5rem;
@@ -449,6 +453,11 @@ label {
margin-bottom: .5rem;
}
button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,