From 790c76be56e490f13e45000bfefc10719b225647 Mon Sep 17 00:00:00 2001 From: Khafid Prayoga Date: Fri, 12 Sep 2025 15:26:23 +0700 Subject: [PATCH] style(form/select): improve select component styling and focus state - Add focus outline and ring styles to SelectTrigger - Conditionally apply text color based on modelValue - Simplify SelectItem template structure --- app/components/pub/custom-ui/form/select.vue | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/app/components/pub/custom-ui/form/select.vue b/app/components/pub/custom-ui/form/select.vue index 53911bb8..ec5f882c 100644 --- a/app/components/pub/custom-ui/form/select.vue +++ b/app/components/pub/custom-ui/form/select.vue @@ -54,8 +54,10 @@ function onValueChange(value: string) {