And the page should meet accessibility standards
And the page should meet "wcag131, wcag141, wcag412" accessibility standards
And the page should meet accessibility standards with "wcag131, wcag141, wcag412" extra tests
+
+ @javascript @accessibility
+ Scenario: The login page must have sufficient colour contrast
+ Given the following config values are set as admin:
+ | custommenuitems | -This is a custom item\|/customurl/ |
+ And I am on site homepage
+ And the page should meet "wcag143" accessibility standards
+ And the page should meet accessibility standards with "wcag143" extra tests
And I follow "This month"
When I click on "New event" "button"
Then I should see "User" in the "div#fitem_id_staticeventtype" "css_element"
+
+ @javascript @accessibility
+ Scenario: The calendar page must be accessible
+ And I log in as "student1"
+ And I am on "Course 1" course homepage
+ And I follow "This month"
+ Then the page should meet accessibility standards
+ And the page should meet "wcag131, wcag143, wcag412" accessibility standards
+ And the page should meet accessibility standards with "wcag131, wcag143, wcag412" extra tests
}
.cal_courses_flt {
- color: #868e96;
+ color: $gray-600;
}
// Navbar
$navbar-dark-hover-color: rgba($white, 1) !default;
+$navbar-light-color: rgba($black, 0.6) !default;
$navbar-light-hover-color: rgba($black, .9) !default;
// Breadcrumbs
color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-nav .nav-link {
- color: rgba(0, 0, 0, 0.5); }
+ color: rgba(0, 0, 0, 0.6); }
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-nav .nav-link.disabled {
color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-toggler {
- color: rgba(0, 0, 0, 0.5);
+ color: rgba(0, 0, 0, 0.6);
border-color: rgba(0, 0, 0, 0.1); }
.navbar-light .navbar-toggler-icon {
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
+ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.6%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
.navbar-light .navbar-text {
- color: rgba(0, 0, 0, 0.5); }
+ color: rgba(0, 0, 0, 0.6); }
.navbar-light .navbar-text a {
color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
margin: 0; }
.cal_courses_flt {
- color: #868e96; }
+ color: #6c757d; }
.content-bank-container .cb-content-wrapper {
padding: 0.5rem;
// Navbar
$navbar-dark-hover-color: rgba($white, 1) !default;
+$navbar-light-color: rgba($black, 0.6) !default;
$navbar-light-hover-color: rgba($black, .9) !default;
// Breadcrumbs
color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-nav .nav-link {
- color: rgba(0, 0, 0, 0.5); }
+ color: rgba(0, 0, 0, 0.6); }
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-nav .nav-link.disabled {
color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-toggler {
- color: rgba(0, 0, 0, 0.5);
+ color: rgba(0, 0, 0, 0.6);
border-color: rgba(0, 0, 0, 0.1); }
.navbar-light .navbar-toggler-icon {
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
+ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.6%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
.navbar-light .navbar-text {
- color: rgba(0, 0, 0, 0.5); }
+ color: rgba(0, 0, 0, 0.6); }
.navbar-light .navbar-text a {
color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
margin: 0; }
.cal_courses_flt {
- color: #868e96; }
+ color: #6c757d; }
.content-bank-container .cb-content-wrapper {
padding: 0.5rem;