修改BUG:增加分页控件page-link:focus样式

This commit is contained in:
Argo-MacBookPro 2018-08-06 17:16:34 +08:00
parent c32f1943be
commit 9545c1230c
2 changed files with 1 additions and 2 deletions

View File

@ -22,7 +22,6 @@ a, a:hover, a:focus {
.dropdown-menu {
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.176);
padding: 0;
font-size: 0.875rem;
}
.dropdown-menu a {

View File

@ -8,7 +8,7 @@
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
.btn:focus {
.btn:focus, .page-link:focus {
box-shadow: none !important;
}