fix(buttons): remove blinked bug for dd

This commit is contained in:
alex
2016-03-02 16:00:20 +03:00
parent 43bce072a3
commit bcfc233487

View File

@@ -64,6 +64,10 @@ $hover: 24;
}
}
button.btn.btn-default.dropdown-toggle {
color: #fff;
}
.bootstrap-select {
.dropdown-toggle:focus {
outline: none !important;