Skip to content

Instantly share code, notes, and snippets.

@FlYos
Created June 7, 2013 17:58
Show Gist options
  • Save FlYos/5731121 to your computer and use it in GitHub Desktop.
Save FlYos/5731121 to your computer and use it in GitHub Desktop.
blank_theme for the jQuery Plugin DropKick in less language (http://jamielottering.github.io/DropKick/)
.dk_MyTheme{
a{
}
/* Container */
.dk_container{
}
/* Toggle */
.dk_toggle{
&:hover{
}
}
/* Focus State */
.dk_focus, &:focus{
.dk_toggle{
}
}
/* Open State */
&.dk_open{
.dk_toggle{
}
}
/* Options Menu */
.dk_options{
a{
&:hover{
}
}
}
.dk_option_current{
a{
&:hover{
}
}
}
/* Inner options */
.dk_options_inner{
}
.dk_options_inner, &.dk_touch .dk_options{
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment