From a66bd21a5b51e2f5d7b04c32116c286b89f35c3a Mon Sep 17 00:00:00 2001 From: Aman Agrawal Date: Tue, 9 Jul 2024 06:29:36 +0000 Subject: [PATCH] css: Remove stale `actual-dropdown-menu` code. Removed in bc3d48616e610fa47bd9265ecb9e01a4a9a1b44b. --- web/styles/zulip.css | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/web/styles/zulip.css b/web/styles/zulip.css index a0d01db897..a8b711e26e 100644 --- a/web/styles/zulip.css +++ b/web/styles/zulip.css @@ -861,24 +861,6 @@ strong { } } -/* Copied from bootstrap 2.1.1 CSS for dropdown-menu li > a:focus */ -li.actual-dropdown-menu > a:focus { - color: hsl(0deg 0% 100%); - text-decoration: none; - background-color: transparent; - background-image: none; - filter: none; - outline: 0; -} - -li.actual-dropdown-menu i { - /* In gear menu, make icons the same width so labels line up. */ - display: inline-block; - width: 14px; - text-align: center; - margin-right: 3px; -} - td.pointer { vertical-align: top; padding-top: 10px;