diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8290e1104b..65ed2519be 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,7 +5,9 @@ These are notable changes in edx-platform. This is a rolling list of changes, in roughly chronological order, most recent first. Add your entries at or near the top. Include a label indicating the component affected. -LMS: Improved accessibility of parts of forum navigation sidebar +LMS: Improved accessibility of parts of forum navigation sidebar. + +LMS: enhanced accessibility labeling and aria support for the discussion forum new post dropdown as well as response and comment area labeling. LMS: enhanced shib support, including detection of linked shib account at login page and support for the ?next= GET parameter. diff --git a/lms/static/sass/_discussion.scss b/lms/static/sass/_discussion.scss index 3e3642298b..a685404d34 100644 --- a/lms/static/sass/_discussion.scss +++ b/lms/static/sass/_discussion.scss @@ -151,7 +151,7 @@ body.discussion { padding: $baseline*2; @include box-sizing(border-box); - label { + .topic-dropdown-label { font-size: 22px; font-weight: 700; color: $white; @@ -221,6 +221,10 @@ body.discussion { &.focused { background-color: #666; } + + .topic-menu-span { + color: #eee; + } } li li { diff --git a/lms/templates/discussion/_filter_dropdown.html b/lms/templates/discussion/_filter_dropdown.html index c09f295b11..c70fcb47cf 100644 --- a/lms/templates/discussion/_filter_dropdown.html +++ b/lms/templates/discussion/_filter_dropdown.html @@ -26,7 +26,8 @@