Modify tab border style error.

This commit is contained in:
chenhbc 2017-06-29 11:04:20 +08:00 committed by GitHub
parent 879c3367b0
commit 609f57f949

View file

@ -33,7 +33,7 @@
padding-bottom: 0; padding-bottom: 0;
} }
.etabs-tab:first-child { .etabs-tab:not(:first-child) {
border-left: none; border-left: none;
} }