css: Revert sidebar-menu-icon specificity change.

3ac0c3c401 incorrecly removed
specificity declarations needed to prevent that CSS from applying to
the right sidebar, which hasn't been properly prepared for this
change.
This commit is contained in:
Tim Abbott
2023-10-24 16:23:26 -07:00
parent 464aff1f21
commit db05d7ef0c

View File

@@ -896,7 +896,8 @@ li.top_left_scheduled_messages {
All of our left sidebar handlers use absolute
positioning. We should fix that.
*/
.sidebar-menu-icon {
.bottom_left_row .sidebar-menu-icon,
.top_left_row .sidebar-menu-icon {
display: none;
width: 100%;
cursor: pointer;