未验证 提交 ea1d973d 编写于 作者: D Dave Heineman 提交者: GitHub

fix transparent hover background in pagination (#1203)

上级 96dac4eb
......@@ -5,15 +5,19 @@
.page-link {
min-width: 1.75rem;
border-radius: $border-radius;
&:hover {
background: transparent;
}
}
.page-item {
text-align: center;
&:not(.active) {
.page-link {
&:hover {
background: transparent;
}
}
}
&.page-prev,
&.page-next {
flex: 0 0 50%;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册