Commit a6f2dd67 by Brian Talbot

Merge pull request #5105 from edx/talbs/os-ggg-a11y

LMS: Accessibility Tweaks 
parents 9c942d7e f11b44c4
......@@ -633,7 +633,7 @@ div.problem {
// margin-top: 10px;
display: inline-block;
margin: 8px 0 0 $baseline/2;
color: #777;
color: #666;
font-style: italic;
-webkit-font-smoothing: antialiased;
}
......
......@@ -828,7 +828,7 @@ section.open-ended-child {
.submission_feedback {
display: inline-block;
margin: 8px 0 0 $baseline/2;
color: #777;
color: #666;
font-style: italic;
-webkit-font-smoothing: antialiased;
}
......
......@@ -65,6 +65,9 @@
&:hover, &:active, &:focus {
background: $action-primary-focused-bg;
}
&:focus {
box-shadow: 0 0 6px 0 $action-primary-active-focused-shadow;
}
&.current, &.active {
box-shadow: inset 0 2px 1px 1px $action-primary-active-shadow;
......@@ -93,6 +96,9 @@
&:hover, &:active, &:focus {
background: $action-secondary-focused-bg;
}
&:focus {
box-shadow: 0 0 6px 0 $action-primary-active-focused-shadow;
}
&.current, &.active {
box-shadow: inset 0 2px 1px 1px $action-secondary-active-shadow;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment