1
1
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:
broccolini 2017-06-12 16:27:18 -04:00
parent 0ed1f5cca2
commit 69cc60be9c

View File

@ -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;
}
}