Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
a6f2dd67
Commit
a6f2dd67
authored
Sep 05, 2014
by
Brian Talbot
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #5105 from edx/talbs/os-ggg-a11y
LMS: Accessibility Tweaks
parents
9c942d7e
f11b44c4
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
+8
-2
common/lib/xmodule/xmodule/css/capa/display.scss
+1
-1
common/lib/xmodule/xmodule/css/combinedopenended/display.scss
+1
-1
lms/static/sass/_shame.scss
+6
-0
No files found.
common/lib/xmodule/xmodule/css/capa/display.scss
View file @
a6f2dd67
...
...
@@ -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
;
}
...
...
common/lib/xmodule/xmodule/css/combinedopenended/display.scss
View file @
a6f2dd67
...
...
@@ -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
;
}
...
...
lms/static/sass/_shame.scss
View file @
a6f2dd67
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment