changes
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
v-if="!v.submenu"
|
||||
:class="[
|
||||
'navbar-item rounded-lg is-clipped font-medium',
|
||||
currentTab.code === v.code ? 'has-text-primary-50 has-background-primary-95' : 'has-text-grey-30',
|
||||
currentTab.code === v.code ? 'has-text-primary-50 has-background-primary-95' : 'has-text-grey-dark',
|
||||
]"
|
||||
style="font-size: 13.5px"
|
||||
@click="changeTab(v)"
|
||||
@@ -70,7 +70,7 @@
|
||||
<a
|
||||
:class="[
|
||||
'navbar-link rounded-lg is-arrowless font-medium',
|
||||
currentTab.code === v.code ? 'has-text-primary-50 has-background-primary-95' : 'has-text-grey-30',
|
||||
currentTab.code === v.code ? 'has-text-primary-50 has-background-primary-95' : 'has-text-grey-dark',
|
||||
]"
|
||||
@click="changeTab(v)"
|
||||
style="font-size: 13.5px"
|
||||
|
||||
Reference in New Issue
Block a user