Skip to content

Instantly share code, notes, and snippets.

@kgleeson
Created August 9, 2017 20:38
Show Gist options
  • Save kgleeson/0f37a5ec4438aadfbb445a08e1dc582d to your computer and use it in GitHub Desktop.
Save kgleeson/0f37a5ec4438aadfbb445a08e1dc582d to your computer and use it in GitHub Desktop.
.channels-wrap
{ max-width: 0px
; overflow: hidden
; transition: max-width 0s ease-in-out
}
.channels-wrap:hover,
.channels-wrap:focus
{ max-width: 50rem
; transition: max-width 0.3s ease-in-out
}
.guilds-wrapper:hover ~ .channels-wrap,
.guilds-wrapper:focus ~ .channels-wrap
{ max-width: 50rem
; transition: max-width 0.3s ease-in-out
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment