Commit e0b7e8cf by Giulio Gratta Committed by Brian Talbot

increase contrast of submission_feedback text

parent e0262bd7
...@@ -633,7 +633,7 @@ div.problem { ...@@ -633,7 +633,7 @@ div.problem {
// margin-top: 10px; // margin-top: 10px;
display: inline-block; display: inline-block;
margin: 8px 0 0 $baseline/2; margin: 8px 0 0 $baseline/2;
color: #777; color: #666;
font-style: italic; font-style: italic;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
} }
......
...@@ -828,7 +828,7 @@ section.open-ended-child { ...@@ -828,7 +828,7 @@ section.open-ended-child {
.submission_feedback { .submission_feedback {
display: inline-block; display: inline-block;
margin: 8px 0 0 $baseline/2; margin: 8px 0 0 $baseline/2;
color: #777; color: #666;
font-style: italic; font-style: italic;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
} }
......
...@@ -62,13 +62,11 @@ ...@@ -62,13 +62,11 @@
background: $action-primary-bg; background: $action-primary-bg;
color: $action-primary-fg; color: $action-primary-fg;
&:hover, &:active { &:hover, &:active, &:focus {
background: $action-primary-focused-bg; background: $action-primary-focused-bg;
} }
&:focus { &:focus {
background: $action-primary-fg; outline: 2px solid $black;
color: $action-primary-focused-bg;
outline: 2px solid $action-primary-focused-bg;
} }
&.current, &.active { &.current, &.active {
...@@ -98,6 +96,9 @@ ...@@ -98,6 +96,9 @@
&:hover, &:active, &:focus { &:hover, &:active, &:focus {
background: $action-secondary-focused-bg; background: $action-secondary-focused-bg;
} }
&:focus {
outline: 2px solid $black;
}
&.current, &.active { &.current, &.active {
box-shadow: inset 0 2px 1px 1px $action-secondary-active-shadow; 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