Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit 2cd7f4f

Browse files
chenyuzhcywesleycho
authored andcommitted
docs(tabs): add disabled style
Closes #4916
1 parent 48505a3 commit 2cd7f4f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Diff for: src/tabs/docs/demo.html

+11
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,17 @@
3333
cursor: pointer;
3434
}
3535

36+
.nav-tabs > li.disabled > div {
37+
color: #999;
38+
}
39+
40+
.nav-tabs>li.disabled>div:hover, .nav-tabs>li.disabled>div:focus {
41+
color: #999;
42+
text-decoration: none;
43+
background-color: transparent;
44+
cursor: not-allowed;
45+
}
46+
3647
form.tab-form-demo .tab-pane {
3748
margin: 20px 20px;
3849
}

0 commit comments

Comments
 (0)