mirror of
https://github.com/responsively-org/responsively-app
synced 2024-11-10 14:54:12 +00:00
Removes icon.
This commit is contained in:
parent
532b339893
commit
cf515334ca
1 changed files with 3 additions and 8 deletions
|
@ -420,17 +420,12 @@ function handleMouseMove(){
|
||||||
label: (
|
label: (
|
||||||
<div className="flex w-full flex-shrink-0 items-center justify-between gap-12 whitespace-nowrap">
|
<div className="flex w-full flex-shrink-0 items-center justify-between gap-12 whitespace-nowrap">
|
||||||
<span
|
<span
|
||||||
className={`${
|
className={`ml-2 ${
|
||||||
cssSelector?.name === x.toLowerCase()
|
cssSelector?.name === x.toLowerCase()
|
||||||
? 'ml-2 font-semibold text-black'
|
? 'font-semibold text-black'
|
||||||
: 'ml-2'
|
: ''
|
||||||
}`}
|
}`}
|
||||||
>
|
>
|
||||||
{cssSelector?.name === x.toLowerCase() ? (
|
|
||||||
<Icon icon="codicon:chevron-right" fontSize={14} />
|
|
||||||
) : (
|
|
||||||
<></>
|
|
||||||
)}{' '}
|
|
||||||
{x}
|
{x}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue