]> git.openstreetmap.org Git - rails.git/commitdiff
Simplify menu-icon css
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 26 Jul 2023 16:39:36 +0000 (17:39 +0100)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 26 Jul 2023 16:39:36 +0000 (17:39 +0100)
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.


No differences found