From 6f233f10847edd4f73e39db1caa1899d4e74da43 Mon Sep 17 00:00:00 2001 From: Farhan ck Date: Tue, 5 Mar 2024 15:14:42 +0530 Subject: [PATCH] fix firefox timpickerinput ui issue --- src/styles/components/_time-picker-input.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/styles/components/_time-picker-input.scss b/src/styles/components/_time-picker-input.scss index 0b16e5f36..f5ec992b2 100644 --- a/src/styles/components/_time-picker-input.scss +++ b/src/styles/components/_time-picker-input.scss @@ -115,6 +115,16 @@ background: none; font: inherit; box-sizing: content-box; + + ::-webkit-outer-spin-button, + ::-webkit-inner-spin-button { + -webkit-appearance: none; + margin: 0; + } + -moz-appearance: textfield; + } + &amPm { + background: transparent; } }