fix(buttons): remove blinked bug for dd

pull/3/head
alex 2016-03-02 16:00:20 +03:00
parent 43bce072a3
commit bcfc233487
1 changed files with 4 additions and 0 deletions

View File

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