Make primary button focus state more pronounced
This commit is contained in:
committed by
Brian Talbot
parent
08a0c6392e
commit
e0262bd7a9
@@ -62,9 +62,14 @@
|
||||
background: $action-primary-bg;
|
||||
color: $action-primary-fg;
|
||||
|
||||
&:hover, &:active, &:focus {
|
||||
&:hover, &:active {
|
||||
background: $action-primary-focused-bg;
|
||||
}
|
||||
&:focus {
|
||||
background: $action-primary-fg;
|
||||
color: $action-primary-focused-bg;
|
||||
outline: 2px solid $action-primary-focused-bg;
|
||||
}
|
||||
|
||||
&.current, &.active {
|
||||
box-shadow: inset 0 2px 1px 1px $action-primary-active-shadow;
|
||||
|
||||
Reference in New Issue
Block a user