1
1
mirror of https://github.com/primer/css.git synced 2024-12-14 06:44:38 +03:00
This commit is contained in:
simurai 2020-02-29 00:20:25 +09:00
parent 766975cc2a
commit 8207a27632
2 changed files with 2 additions and 4 deletions

View File

@ -127,7 +127,6 @@
$box-shadow: $box-shadow, inset 0 1px 0 rgba($white, 0.03);
color: $text-white;
// stylelint-disable-next-line primer/colors
background-color: $bg-default;
border-color: $border-default;
box-shadow: $box-shadow;
@ -135,8 +134,8 @@
&:hover,
&.hover,
[open] > & {
border-color: $border-hover;
background-color: $bg-hover;
border-color: $border-hover;
}
&:active,
@ -266,7 +265,6 @@
);
}
// Sizes
//
// Tweak `line-height` to make them smaller.

View File

@ -194,8 +194,8 @@
}
&:focus {
z-index: 1;
outline: 0;
box-shadow: $box-shadow-focus;
z-index: 1;
}
}