1
1
mirror of https://github.com/primer/css.git synced 2024-11-10 16:07:25 +03:00

darken button focus color

This commit is contained in:
Diana Mounter 2017-12-22 18:00:54 -05:00
parent ff7e843311
commit 97a8383708

View File

@ -43,7 +43,7 @@
} @else {
&:focus,
&.focus {
box-shadow: 0 0 0 0.2em rgba($bg, 0.3);
box-shadow: 0 0 0 0.2em rgba($bg, 0.4);
}
&:hover,
@ -86,7 +86,7 @@
background-image: linear-gradient(-180deg, $bg 0%, $bg2 90%);
&:focus {
box-shadow: 0 0 0 0.2em rgba($color, 0.3);
box-shadow: 0 0 0 0.2em rgba($color, 0.4);
}
&:hover {
@ -147,7 +147,7 @@
&:focus {
border-color: $text-color;
box-shadow: 0 0 0 0.2em rgba($text-color, 0.3);
box-shadow: 0 0 0 0.2em rgba($text-color, 0.4);
}
&:disabled,