If only one tab left make it not clickable

This commit is contained in:
Chi Vinh Le
2017-07-10 16:54:55 +07:00
parent ef172ae5f8
commit 362c072181
+5
View File
@@ -62,3 +62,8 @@
margin-bottom: 0px;
}
.root:only-child .button, .rootSub:only-child .buttonSub {
cursor: default;
pointer-events: none;
}