Commit e0262bd7 by Giulio Gratta Committed by Brian Talbot

Make primary button focus state more pronounced

parent 08a0c639
......@@ -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;
......
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