forked from external-repos/pa11y-dashboard
Fixed the a11y errors on Pa11y dashboard results and add new url page (#285)
* Fixed the a11y errors on Pa11y dashboard results page and add new url page. * Removed few more unnecessary roles along with Holli's suggestions implemented. * Added close button ARIA label Co-authored-by: Hollie Kay <1948361+hollsk@users.noreply.github.com> Co-authored-by: Hollie Kay <1948361+hollsk@users.noreply.github.com>
This commit is contained in:
2
public/css/site.min.css
vendored
2
public/css/site.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -175,7 +175,6 @@
|
||||
text-transform: uppercase;
|
||||
display: block;
|
||||
line-height: 1.4;
|
||||
.opacity(.8);
|
||||
}
|
||||
|
||||
// Stats box colours
|
||||
@@ -753,3 +752,11 @@ ul.date-links {
|
||||
border-top-right-radius: 0;
|
||||
}
|
||||
}
|
||||
|
||||
/*close button on success alert*/
|
||||
.alert-success {
|
||||
.close {
|
||||
color: #fff;
|
||||
opacity: 1;
|
||||
};
|
||||
}
|
||||
|
@@ -18,9 +18,9 @@
|
||||
// -------------------------
|
||||
|
||||
@brand-primary: #2C3E50;
|
||||
@brand-success: #00806F;
|
||||
@brand-warning: #A86700;
|
||||
@brand-danger: #D83D2D;
|
||||
@brand-success: #006053;
|
||||
@brand-warning: #b24d04;
|
||||
@brand-danger: #c92a2a;
|
||||
@brand-info: #177BBE;
|
||||
|
||||
// Scaffolding
|
||||
|
Reference in New Issue
Block a user