mirror of
https://github.com/primer/css.git
synced 2024-11-25 07:33:41 +03:00
use color variables in button mixin
This commit is contained in:
parent
0ed1f5cca2
commit
69cc60be9c
@ -124,7 +124,7 @@
|
||||
background-image: none;
|
||||
|
||||
.Counter {
|
||||
background-color: rgba(0, 0, 0, 0.07);
|
||||
background-color: rgba($black, 0.07);
|
||||
}
|
||||
|
||||
&:hover,
|
||||
@ -150,7 +150,7 @@
|
||||
&.disabled {
|
||||
color: $black-fade-30;
|
||||
background-color: $bg-white;
|
||||
border-color: rgba(0, 0, 0, 0.15);
|
||||
border-color: $black-fade-15;
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user