1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-02 18:02:37 +02:00

Move transparent background to .btn and remove background-image

This commit is contained in:
Martijn Cuppens
2018-07-31 19:37:01 +02:00
committed by Mark Otto
parent 19afb12b65
commit 3ef2db1e85
2 changed files with 1 additions and 2 deletions

View File

@@ -56,8 +56,6 @@
@mixin button-outline-variant($color, $color-hover: color-yiq($color), $active-background: $color, $active-border: $color) {
color: $color;
background-color: transparent;
background-image: none;
border-color: $color;
&:hover {