mirror of
https://github.com/primer/css.git
synced 2024-12-14 06:44:38 +03:00
Lint
This commit is contained in:
parent
766975cc2a
commit
8207a27632
@ -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.
|
||||
|
@ -194,8 +194,8 @@
|
||||
}
|
||||
|
||||
&:focus {
|
||||
z-index: 1;
|
||||
outline: 0;
|
||||
box-shadow: $box-shadow-focus;
|
||||
z-index: 1;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user