increase contrast of submission_feedback text
This commit is contained in:
committed by
Brian Talbot
parent
e0262bd7a9
commit
e0b7e8cfbb
@@ -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