Keep language selector icon visible

This commit is contained in:
2026-08-05 17:47:01 +02:00
parent f463bd27e7
commit 4e1c3eccab
2 changed files with 3 additions and 3 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -90,11 +90,11 @@
.arrow-button:disabled, .action-button:disabled { @apply cursor-not-allowed opacity-50; } .arrow-button:disabled, .action-button:disabled { @apply cursor-not-allowed opacity-50; }
.input-like { @apply h-7 px-1 text-[11px]; } .input-like { @apply h-7 px-1 text-[11px]; }
.select-control { @apply relative w-full; } .select-control { @apply relative w-full; }
.select-display { @apply pointer-events-none absolute inset-0 z-10 flex items-center justify-center gap-1.5 text-center text-slate-200; } .select-display { @apply pointer-events-none absolute inset-0 z-30 flex items-center justify-center gap-1.5 text-center text-slate-200; }
.select-display span { @apply min-w-0 max-w-[calc(100%-3rem)] truncate; } .select-display span { @apply min-w-0 max-w-[calc(100%-3rem)] truncate; }
.language-native-select { @apply relative z-20 cursor-pointer appearance-none bg-transparent pr-7 pl-7 text-transparent caret-transparent; } .language-native-select { @apply relative z-20 cursor-pointer appearance-none bg-transparent pr-7 pl-7 text-transparent caret-transparent; }
.language-native-select:focus { @apply text-transparent; } .language-native-select:focus { @apply text-transparent; }
.select-chevron { @apply pointer-events-none absolute right-3 top-1/2 h-2 w-2 -translate-y-1/2 rotate-45 border-b-2 border-r-2 text-slate-200; } .select-chevron { @apply pointer-events-none absolute right-3 top-1/2 z-30 h-2 w-2 -translate-y-1/2 rotate-45 border-b-2 border-r-2 text-slate-200; }
.native-manufacturer-host { @apply hidden; } .native-manufacturer-host { @apply hidden; }
.native-manufacturer-select { @apply hidden; } .native-manufacturer-select { @apply hidden; }
.manufacturer-picker { @apply relative; } .manufacturer-picker { @apply relative; }