diff --git a/web/src/components/AtxPopover.vue b/web/src/components/AtxPopover.vue index eb2b091c..43225b4e 100644 --- a/web/src/components/AtxPopover.vue +++ b/web/src/components/AtxPopover.vue @@ -30,6 +30,7 @@ const emit = defineEmits<{ const { t } = useI18n() const activeTab = ref('atx') +const tabTriggerClass = 'h-9 rounded-md border-0 bg-transparent text-center text-xs text-muted-foreground shadow-none hover:text-foreground data-[state=active]:border-0 data-[state=active]:bg-background data-[state=active]:text-foreground data-[state=active]:shadow-sm' const powerState = ref<'on' | 'off' | 'unknown'>('unknown') const hddState = ref<'active' | 'inactive' | 'unknown'>('unknown') @@ -198,12 +199,18 @@ watch(