From: Andy Allan Date: Wed, 26 Jul 2023 16:39:36 +0000 (+0100) Subject: Simplify menu-icon css X-Git-Tag: live~1262^2 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/0a66990911baf62807d6bd50b8d0885a227c6e09?hp=0a66990911baf62807d6bd50b8d0885a227c6e09 Simplify menu-icon css Remove the duplicate display property, since it was force-overridden by the `!important` keyword in the same definiton. This then makes the `!important` keywords unnecessary. The menu-icon is floated, and therefore can't be `inline-block`, so browsers were interpreting that as `block` all along. ---