]> git.openstreetmap.org Git - rails.git/commit
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)
commit0a66990911baf62807d6bd50b8d0885a227c6e09
tree88e7a563c9aeb6d6874fe5f0a8e75d4c4ab7bea1
parentc23d8bfa6ac9c344b0875449109ab52caa84aa12
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.
app/assets/stylesheets/common.scss