2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-18 12:39:41 +03:00
This commit is contained in:
Mark Otto
2016-12-26 14:52:39 -08:00
committed by Mark Otto
parent 7aa2a52069
commit 79cfc095df
+1 -1
View File
@@ -37,8 +37,8 @@
.show > &.dropdown-toggle {
color: $color;
background-color: $active-background;
border-color: $active-border;
background-image: none; // Remove the gradient for the pressed/active state
border-color: $active-border;
@include box-shadow($btn-active-box-shadow);
}
}