Skip to content
This repository has been archived by the owner on Aug 25, 2020. It is now read-only.

Commit

Permalink
fix(ui/button): improve focus styling
Browse files Browse the repository at this point in the history
  • Loading branch information
navix committed Oct 27, 2018
1 parent 5fec0d6 commit adfdf42
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -57,7 +57,7 @@
--borderColor: var(--primaryColor);
--hoverBorderColor: var(--primaryHoverColor);
--activeBorderColor: var(--primaryActiveColor);
--focusBoxShadow: var(--shadow), var(--primaryLightColor) 0 0 0 1px inset;
--focusBoxShadow: var(--shadow), var(--primaryColor) 0 0 0 1px;
}
&-primary {
--background: var(--primaryColor);
Expand Down Expand Up @@ -139,7 +139,7 @@
transform: none;
}
&:focus {
box-shadow: var(--primaryLightColor) 0 0 0 2px inset;
box-shadow: var(--primaryColor) 0 0 0 2px;
}
}

Expand Down

0 comments on commit adfdf42

Please sign in to comment.