Merge pull request #2498 from edx/dcs/a11y-sequence-nav
Accessibility improvements to the sequence navigation
This commit is contained in:
@@ -46,13 +46,13 @@ div.course-wrapper {
|
||||
}
|
||||
}
|
||||
|
||||
ol.vert-mod {
|
||||
.vert-mod {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
line-height: 1.4;
|
||||
list-style: none;
|
||||
|
||||
> li {
|
||||
> div {
|
||||
@extend .clearfix;
|
||||
border-bottom: 1px solid #ddd;
|
||||
margin-bottom: 15px;
|
||||
@@ -232,6 +232,12 @@ div.course-wrapper {
|
||||
|
||||
}
|
||||
|
||||
.xblock {
|
||||
&:focus {
|
||||
outline: 0;
|
||||
}
|
||||
}
|
||||
|
||||
textarea.short-form-response {
|
||||
height: 200px;
|
||||
padding: 5px;
|
||||
|
||||
Reference in New Issue
Block a user