From 6b9fd028c63e49524ec960e4263ff2da82c2eb31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Ferreira?= <60441552+JoaoFerreira-FrontEnd@users.noreply.github.com> Date: Wed, 8 Nov 2023 16:17:46 +0000 Subject: [PATCH] - fix time-picker selector to be stronger than .chrome input[type=time]. --- .../OSFramework/OSUI/Pattern/TimePicker/scss/_timepicker.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/OSFramework/OSUI/Pattern/TimePicker/scss/_timepicker.scss b/src/scripts/OSFramework/OSUI/Pattern/TimePicker/scss/_timepicker.scss index f4ea4c2eea..b79b4a0c7e 100644 --- a/src/scripts/OSFramework/OSUI/Pattern/TimePicker/scss/_timepicker.scss +++ b/src/scripts/OSFramework/OSUI/Pattern/TimePicker/scss/_timepicker.scss @@ -34,7 +34,7 @@ // Hide the platform input which is set as hidden by the library and we're change it into the expected type, however we do not want it visible since library will add a clone to better deal with the selected dates. // We cannot use the provider class since the provider class will not be taken into consideration on the input widget react lifecycle - &:first-of-type { + &[type='time']:first-of-type { display: none; // Make the platform input visible in Service Studio