increase contrast of submission_feedback text
This commit is contained in:
committed by
Brian Talbot
parent
e0262bd7a9
commit
e0b7e8cfbb
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
@@ -62,13 +62,11 @@
|
||||
background: $action-primary-bg;
|
||||
color: $action-primary-fg;
|
||||
|
||||
&:hover, &:active {
|
||||
&:hover, &:active, &:focus {
|
||||
background: $action-primary-focused-bg;
|
||||
}
|
||||
&:focus {
|
||||
background: $action-primary-fg;
|
||||
color: $action-primary-focused-bg;
|
||||
outline: 2px solid $action-primary-focused-bg;
|
||||
outline: 2px solid $black;
|
||||
}
|
||||
|
||||
&.current, &.active {
|
||||
@@ -98,6 +96,9 @@
|
||||
&:hover, &:active, &:focus {
|
||||
background: $action-secondary-focused-bg;
|
||||
}
|
||||
&:focus {
|
||||
outline: 2px solid $black;
|
||||
}
|
||||
|
||||
&.current, &.active {
|
||||
box-shadow: inset 0 2px 1px 1px $action-secondary-active-shadow;
|
||||
|
||||
Reference in New Issue
Block a user