##// END OF EJS Templates
Backport PR #8059: deselect all when clicking partial checkbox...
Backport PR #8059: deselect all when clicking partial checkbox stores state in `data('indeterminate')` instead of `prop('indeterminate')` because the property is cleared before the event handler is called closes #8057

File last commit:

r19591:be7f0144
r20877:d0b69952
Show More
ipython.less
12 lines | 367 B | text/x-less | LessCssLexer
// minimal imports from bootstrap - only variables and mixins
@import "../components/bootstrap/less/variables.less";
@import "../components/bootstrap/less/mixins.less";
// minimal imports from font-awesome
@import "../components/font-awesome/less/variables.less";
// base
@import "../base/less/style.less";
// notebook
@import "../notebook/less/style_noapp.less";