From 5c2f4dd84e3f38bea34741930ce8508268168050 Mon Sep 17 00:00:00 2001 From: Buni48 Date: Tue, 21 Jun 2022 17:26:13 +0200 Subject: [PATCH] Revert "Fixes #791" This reverts commit 1c23daa3b16b87726a7a8cc84c537209df73725d. --- src/components/input/input.ts | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/components/input/input.ts b/src/components/input/input.ts index fdd3e4deb..b93ec642e 100644 --- a/src/components/input/input.ts +++ b/src/components/input/input.ts @@ -301,8 +301,6 @@ export default class SlInput extends LitElement { const hasHelpText = this.helpText ? true : !!hasHelpTextSlot; const hasClearIcon = this.clearable && !this.disabled && !this.readonly && (typeof this.value === 'number' || this.value.length > 0); - const isFirefox = typeof window.InstallTrigger !== 'undefined'; - const hideFirefoxClearIcon = isFirefox && (this.type === 'date' || this.type === 'time'); return html`