更改样式:移除对focus样式的更改

This commit is contained in:
Argo-MacBookPro 2018-08-10 11:41:45 +08:00
parent 7b516d68ce
commit 1f1924cc4c
1 changed files with 0 additions and 8 deletions

View File

@ -8,10 +8,6 @@
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
.btn:focus, .page-link:focus {
box-shadow: none !important;
}
.tooltip-inner {
max-width: 768px;
}
@ -133,10 +129,6 @@ input.pending {
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(40, 167, 69,.6);
}
.close:focus {
outline: none;
}
.dropdown-menu {
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.176);
padding: 0;