2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03: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
+1 -6
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 {