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

LMS: Accessibility Tweaks
This commit is contained in:
Brian Talbot
2014-09-05 13:57:57 -04:00
3 changed files with 8 additions and 2 deletions

View File

@@ -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;