1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-28 23:59:53 +02:00
This commit is contained in:
Heinrich Fenkart
2017-01-01 03:21:02 +01:00
parent c767a00d5d
commit daff021578
27 changed files with 109 additions and 280 deletions

View File

@@ -335,11 +335,6 @@ a:focus, a:hover {
text-decoration: underline;
}
a:focus {
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
a:not([href]):not([tabindex]) {
color: inherit;
text-decoration: none;
@@ -351,7 +346,7 @@ a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
}
a:not([href]):not([tabindex]):focus {
outline: none;
outline: 0;
}
pre {