From 33df97a3d9ab1d02032cd0bbc1983df092812077 Mon Sep 17 00:00:00 2001 From: Sahil Batra Date: Mon, 22 May 2023 20:06:20 +0530 Subject: [PATCH] bootstrap: Remove CSS for time type input elements. We do not use "time" type input elements anywhere in the app. --- web/third/bootstrap/css/bootstrap.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/web/third/bootstrap/css/bootstrap.css b/web/third/bootstrap/css/bootstrap.css index da4f81878d..aa42ce50ae 100644 --- a/web/third/bootstrap/css/bootstrap.css +++ b/web/third/bootstrap/css/bootstrap.css @@ -464,7 +464,6 @@ label { } input[type="text"], input[type="password"], -input[type="time"], input[type="week"], input[type="number"], input[type="email"], @@ -486,7 +485,6 @@ input[type="color"] { } input[type="text"], input[type="password"], -input[type="time"], input[type="week"], input[type="number"], input[type="email"], @@ -506,7 +504,6 @@ input[type="color"] { } input[type="text"]:focus, input[type="password"]:focus, -input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus,