From 755f3f05d867885386d75fe89329543020811821 Mon Sep 17 00:00:00 2001 From: waterplea Date: Tue, 21 May 2024 10:29:29 +0100 Subject: [PATCH] chore: input-file on mobile --- web/projects/shared/styles/taiga.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/projects/shared/styles/taiga.scss b/web/projects/shared/styles/taiga.scss index c68065da5..394107f20 100644 --- a/web/projects/shared/styles/taiga.scss +++ b/web/projects/shared/styles/taiga.scss @@ -139,6 +139,10 @@ &:active { background: transparent !important; } + + tui-root._mobile &:after { + display: none; + } } tui-dialog {