urbit / tree

The web interface for your urbit.
13 stars 7 forks source link

Fix nav flickering in Safari browser #13

Closed knubie closed 8 years ago

knubie commented 8 years ago

Previously the nav would flicker when hovering out due to the max-width transitioning from max-width: $max-width*(6/$grid-columns); to an undefined max-width. This only seems to be noticeable in Safari, but was quite bothersome!

Adding a default max-width fixes the issue.

galenwp commented 8 years ago

Good catch. And great to know that someone else can actually figure out how this code works.