Removed dropdown toggler outline

This commit is contained in:
Igor Zhukov 2014-09-11 18:42:56 +04:00
parent 292cf3cba9
commit b57c3b3cf0

View File

@ -154,6 +154,10 @@ input[type="number"] {
.btn-link.dropdown-toggle:hover {
background: none;
}
.btn-link.dropdown-toggle:active {
outline: none;
box-shadow: none;
}
.tg_page_head .navbar-quick-nav,
.tg_page_head .navbar-toggle {