|
|
@ -37,8 +37,6 @@
|
|
|
|
color: color-yiq($color);
|
|
|
|
color: color-yiq($color);
|
|
|
|
|
|
|
|
|
|
|
|
&.btn {
|
|
|
|
&.btn {
|
|
|
|
&.disabled,
|
|
|
|
|
|
|
|
&:disabled,
|
|
|
|
|
|
|
|
&:not(:disabled):not(.disabled):active,
|
|
|
|
&:not(:disabled):not(.disabled):active,
|
|
|
|
&:not(:disabled):not(.disabled).active,
|
|
|
|
&:not(:disabled):not(.disabled).active,
|
|
|
|
.show > &.dropdown-toggle {
|
|
|
|
.show > &.dropdown-toggle {
|
|
|
@ -59,6 +57,13 @@
|
|
|
|
border-color: darken($color, 12.5%);
|
|
|
|
border-color: darken($color, 12.5%);
|
|
|
|
color: color-yiq(darken($color, 10%));
|
|
|
|
color: color-yiq(darken($color, 10%));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
&:disabled,
|
|
|
|
|
|
|
|
&.disabled {
|
|
|
|
|
|
|
|
background: $color linear-gradient(180deg, mix($body-bg, $color, 15%), $color) repeat-x !important;
|
|
|
|
|
|
|
|
background-image: none !important;
|
|
|
|
|
|
|
|
color: color-yiq($color);
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|