From 73aca658f6c1933d6d48bf81ac97c0e7569ae7dc Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Sun, 28 Jan 2024 15:06:13 -0800 Subject: [PATCH] css: Remove unused Bootstrap dropdown-backdrop rules. --- web/third/bootstrap/css/bootstrap.app.css | 8 -------- web/third/bootstrap/css/bootstrap.portico.css | 8 -------- 2 files changed, 16 deletions(-) diff --git a/web/third/bootstrap/css/bootstrap.app.css b/web/third/bootstrap/css/bootstrap.app.css index 4654f57661..2b22f4f5b3 100644 --- a/web/third/bootstrap/css/bootstrap.app.css +++ b/web/third/bootstrap/css/bootstrap.app.css @@ -430,14 +430,6 @@ input:focus:invalid:focus { .open > .dropdown-menu { display: block; } -.dropdown-backdrop { - position: fixed; - left: 0; - right: 0; - bottom: 0; - top: 0; - z-index: 990; -} .typeahead { z-index: 1051; margin-top: 2px; diff --git a/web/third/bootstrap/css/bootstrap.portico.css b/web/third/bootstrap/css/bootstrap.portico.css index 442ae1f22d..c58c8cdefa 100644 --- a/web/third/bootstrap/css/bootstrap.portico.css +++ b/web/third/bootstrap/css/bootstrap.portico.css @@ -427,14 +427,6 @@ input:focus:invalid:focus { .open > .dropdown-menu { display: block; } -.dropdown-backdrop { - position: fixed; - left: 0; - right: 0; - bottom: 0; - top: 0; - z-index: 990; -} .typeahead { z-index: 1051; margin-top: 2px;