do not reset outline, start over for accessibility reasons

This commit is contained in:
Adam Bradley
2015-04-22 19:30:25 -05:00
parent 6ca21d8e2d
commit 2bad5739aa
5 changed files with 0 additions and 10 deletions

View File

@ -47,12 +47,6 @@ a {
background-color: transparent;
}
// Improve readability when focused and also mouse hovered in all browsers.
a:active,
a:hover {
outline: 0;
}
// Text-level semantics
// ==========================================================================

View File

@ -49,7 +49,6 @@ $button-small-icon-size: 2.1rem !default;
text-overflow: ellipsis;
overflow: hidden;
outline: none;
cursor: pointer;
@include user-select(none);

View File

@ -18,7 +18,6 @@ $item-padding: 15px !default;
margin: 0;
padding: 0;
border: 0;
outline: none;
text-align: initial;
}

View File

@ -27,7 +27,6 @@ $search-bar-min-height: 44px !default;
border: none;
font-family: inherit;
@include appearance(none);
outline: 0;
}
.search-bar-cancel {

View File

@ -51,7 +51,6 @@ $tab-bar-item-max-width: 160px !default;
text-align: center;
cursor: pointer;
@include user-select(none);
outline: 0;
border: 0;
background: none;