Commit f11b44c4 by Brian Talbot

LMS: revising more pronounced focus state of onboarding buttons

parent e0b7e8cf
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
background: $action-primary-focused-bg; background: $action-primary-focused-bg;
} }
&:focus { &:focus {
outline: 2px solid $black; box-shadow: 0 0 6px 0 $action-primary-active-focused-shadow;
} }
&.current, &.active { &.current, &.active {
...@@ -97,7 +97,7 @@ ...@@ -97,7 +97,7 @@
background: $action-secondary-focused-bg; background: $action-secondary-focused-bg;
} }
&:focus { &:focus {
outline: 2px solid $black; box-shadow: 0 0 6px 0 $action-primary-active-focused-shadow;
} }
&.current, &.active { &.current, &.active {
......
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