Commit 42066d6a by Brian Talbot Committed by Zia Fazal

LMS: revising more pronounced focus state of onboarding buttons

parent 9ac2f926
...@@ -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