mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-07 01:19:57 +00:00
chore: ux for toggle tabs (#242)
This commit is contained in:
parent
9c83e8bbb6
commit
568a333d7c
1 changed files with 2 additions and 2 deletions
|
@ -55,8 +55,8 @@ useCommands(() => command
|
|||
hover:bg-active transition-100
|
||||
@keypress.enter="modelValue = option.name"
|
||||
><span
|
||||
mxa px4 py3 text-center
|
||||
:class="modelValue === option.name ? 'font-bold border-b-3 border-primary' : 'op50 hover:op50'"
|
||||
mxa px4 py3 text-center border-b-3
|
||||
:class="modelValue === option.name ? 'font-bold border-primary' : 'op50 hover:op50 border-transparent'"
|
||||
>{{ option.display }}</span>
|
||||
</label>
|
||||
</template>
|
||||
|
|
Loading…
Reference in a new issue