Skip to content

Instantly share code, notes, and snippets.

@Anenth
Last active August 29, 2015 14:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Anenth/98c38cd7453c6a010a86 to your computer and use it in GitHub Desktop.
Save Anenth/98c38cd7453c6a010a86 to your computer and use it in GitHub Desktop.
At.js bootstrap style
.atwho-view {
top: 0;
left: 0;
position: absolute;
display: none;
overflow: auto;
ul {
&:extend(.dropdown-menu);
position: relative;
display: block;
> li a {
&:extend(.dropdown-menu > li > a);
}
}
.cur {
a {
&:extend(.dropdown-menu > .active > a);
}
.list-help-text {
&:extend(.list-help-text.active);
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment