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;