更改样式:移除对focus样式的更改
This commit is contained in:
parent
7b516d68ce
commit
1f1924cc4c
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue