mirror of https://github.com/halo-dev/halo
parent
70889e3cdb
commit
080fd4306d
|
@ -166,7 +166,7 @@ const next = () => {
|
|||
}
|
||||
|
||||
&__select {
|
||||
@apply h-8 border outline-none rounded-base px-2 text-gray-800 text-sm border-gray-300;
|
||||
@apply h-8 border outline-none rounded-base pr-10 border-solid px-2 text-gray-800 text-sm border-gray-300 focus:border-primary;
|
||||
}
|
||||
|
||||
&__select-label {
|
||||
|
|
|
@ -31,7 +31,7 @@ watch(
|
|||
<select
|
||||
id="locale"
|
||||
v-model="currentLocale"
|
||||
class="block appearance-none rounded-md border-0 py-1.5 pl-3 pr-10 text-sm text-gray-800 outline-none ring-1 ring-inset ring-gray-200 focus:ring-primary"
|
||||
class="block appearance-none rounded-md border-0 py-1.5 pl-3 pr-10 text-sm text-gray-800 outline-none ring-1 ring-inset ring-gray-200 focus:!ring-1 focus:!ring-primary"
|
||||
>
|
||||
<template v-for="locale in locales">
|
||||
<option v-if="locale.name" :key="locale.code" :value="locale.code">
|
||||
|
|
Loading…
Reference in New Issue