remove border from tabview

This commit is contained in:
crusader 2018-09-21 15:37:23 +09:00
parent 4df150d936
commit e728815c5e

View File

@ -115,6 +115,9 @@ $inputGroupTextColor: #222222;
}
.ui-tabview-nav {
background: transparent;
border-top: 0;
border-left: 0;
border-right: 0;
>li {
&.ui-state-default {
background: #f6f7f9;