Fix a11y issues.

TNL-6440, TNL-6439
This commit is contained in:
cahrens
2017-02-07 15:41:30 -05:00
parent 9be3191829
commit a15d89c8bf
4 changed files with 17 additions and 28 deletions

View File

@@ -59,7 +59,6 @@ table {
a {
&:hover, &:focus {
color: $pink;
text-decoration: none !important;
}
}

View File

@@ -8,6 +8,11 @@
float: right;
}
.form-search .input-prepend>label {
display: inline-block;
vertical-align: bottom;
}
@include clearfix();
.breadcrumbs-header {
@@ -746,17 +751,9 @@
}
.filter-clear {
margin-right: ($baseline/2);
margin-left: ($baseline/2);
margin-top: ($baseline/2);
font-size: .9em;
a {
color: $uxpl-gray-base;
&:hover, &:focus {
color: #777;
}
}
}
.table.table-striped {
@@ -773,6 +770,12 @@
margin-left: 3px;
}
a {
&:hover, &:focus {
font-weight: bold;
}
}
tr:nth-child(even) {
background: $gray-l6;
}