css: Remove stale `actual-dropdown-menu` code.

Removed in bc3d48616e.
This commit is contained in:
Aman Agrawal 2024-07-09 06:29:36 +00:00 committed by Tim Abbott
parent 3ad2f5e85b
commit a66bd21a5b
1 changed files with 0 additions and 18 deletions

View File

@ -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;