提交 e1a5c20d 编写于 作者: A afc163

Fix tab nav button disabled style

上级 05d38115
......@@ -65,6 +65,12 @@
background-color: transparent;
position: absolute;
text-align: center;
color: #999;
transition: color 0.3s ease;
&:hover {
color: #666;
}
&-icon {
position: relative;
......@@ -87,9 +93,11 @@
}
&-tab-btn-disabled {
cursor: default;
color: #ccc;
pointer-events: none;
cursor: not-allowed;
&,
&:hover {
color: #ccc;
}
}
&-tab-next {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册