From a341a26a037fc3605042b3cab707538bfbd28926 Mon Sep 17 00:00:00 2001 From: Jeongmin Lee Date: Sun, 25 Aug 2024 07:15:16 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=85=20style:=20input=20=ED=83=9C?= =?UTF-8?q?=EA=B7=B8=EC=97=90=20type=20time=EC=97=90=20=EC=8B=9C=EA=B3=84?= =?UTF-8?q?=20=EC=95=84=EC=9D=B4=EC=BD=98=20=EC=A0=9C=EA=B1=B0=20#37?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/reset.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/styles/reset.css b/src/styles/reset.css index 3093e3a..b23882e 100644 --- a/src/styles/reset.css +++ b/src/styles/reset.css @@ -87,3 +87,7 @@ textarea:not([rows]) { :target { scroll-margin-block: 5ex; } + +input[type="time"]::-webkit-calendar-picker-indicator { + display: none; +}