Add active styling for buttons

This commit is contained in:
Andreas Nedbal 2020-05-06 22:35:33 +02:00
parent c261c85e22
commit 771e09133c
1 changed files with 8 additions and 0 deletions

View File

@ -15,6 +15,14 @@
rgba(0, 0, 0, 0.10)
) var(--#{$color});
}
&:active {
background: linear-gradient(
to top,
rgba(0, 0, 0, 0.25),
rgba(0, 0, 0, 0.25)
) var(--#{$color});
}
}
.btn-outline-#{$color} {