File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<template >
22 <div class =" min-w-40" >
3- <div class =" cursor-pointer flex items-center gap-1 block px-4 py-2 text-sm text-black
3+ <div class =" cursor-pointer flex items-center justify-between gap-1 block px-4 py-2 text-sm text-black
44 hover:bg-html dark:text-darkSidebarTextHover dark:hover:bg-darkSidebarItemHover dark:hover:text-darkSidebarTextActive
55 w-full select-none "
66 :class =" { 'bg-black bg-opacity-10 ': showDropdown }"
77 @click =" showDropdown = !showDropdown"
88 >
9- <span class =" mr-1" >
10- <span class =" flag-icon"
11- :class =" `flag-icon-${getCountryCodeFromLangCode(selectedOption.value)}`"
12- ></span >
13- </span >
14- <span >{{ selectedOption.label }}</span >
15-
9+ <div >
10+ <span class =" mr-1" >
11+ <span class =" flag-icon"
12+ :class =" `flag-icon-${getCountryCodeFromLangCode(selectedOption.value)}`"
13+ ></span >
14+ </span >
15+ <span >{{ selectedOption.label }}</span >
16+ </div >
1617 <IconCaretDownSolid class =" h-5 w-5 text-lightPrimary dark:text-gray-400 opacity-50 transition duration-150 ease-in"
1718 :class =" { 'transform rotate-180': showDropdown }"
1819 />
You can’t perform that action at this time.
0 commit comments