From 8457d12e59ca2b78f34a0dd3cae688ad999fb4ad Mon Sep 17 00:00:00 2001 From: Aman Agrawal Date: Mon, 24 Jun 2024 10:11:30 +0000 Subject: [PATCH] bootstrap: Remove `hide/show` classes. --- web/styles/app_components.css | 4 ++++ web/third/bootstrap/css/bootstrap.app.css | 6 ------ 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/web/styles/app_components.css b/web/styles/app_components.css index 5f87586e9d..c9cd78e055 100644 --- a/web/styles/app_components.css +++ b/web/styles/app_components.css @@ -13,6 +13,10 @@ display: none; } +.show { + display: block; +} + kbd { display: inline-block; border: 1px solid hsl(0deg 0% 80%); diff --git a/web/third/bootstrap/css/bootstrap.app.css b/web/third/bootstrap/css/bootstrap.app.css index 6bbdd11ad8..e68fab7b41 100644 --- a/web/third/bootstrap/css/bootstrap.app.css +++ b/web/third/bootstrap/css/bootstrap.app.css @@ -262,12 +262,6 @@ button.close { border: 0; -webkit-appearance: none; } -.hide { - display: none; -} -.show { - display: block; -} @-ms-viewport { width: device-width; }