Skip to content
Snippets Groups Projects
Commit 65219bba authored by Brian Canini's avatar Brian Canini
Browse files

accessibility updates

- close btn contrast ratio
- adding aria-label to carousel
parent bcf8a6fb
No related branches found
No related tags found
No related merge requests found
...@@ -274,3 +274,9 @@ figcaption { ...@@ -274,3 +274,9 @@ figcaption {
padding-left: 15px; padding-left: 15px;
padding-right: 15px; padding-right: 15px;
} }
.close {
color: #000;
opacity: 0.8;
filter: alpha(opacity=80);
}
...@@ -6053,6 +6053,11 @@ figcaption { ...@@ -6053,6 +6053,11 @@ figcaption {
padding-left: 15px; padding-left: 15px;
padding-right: 15px; } padding-right: 15px; }
.close {
color: #000;
opacity: 0.8;
filter: alpha(opacity=80); }
.footer { .footer {
background: #3F4443; background: #3F4443;
border-top: none; border-top: none;
......
source diff could not be displayed: it is too large. Options to address this: view the blob.
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
* @see template_preprocess_field() * @see template_preprocess_field()
*/ */
#} #}
<div id="carousel" class="carousel slide" data-ride="false" data-interval="0" style="width: 100%" aria-roledescription="carousel" role="group"> <div id="carousel" class="carousel slide" data-ride="false" data-interval="0" style="width: 100%" aria-roledescription="carousel" aria-label="OSU slideshow" role="group">
<!-- Indicators --> <!-- Indicators -->
{% if items|length > 1 %} {% if items|length > 1 %}
<ol class="carousel-indicators"> <ol class="carousel-indicators">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment