@quartic/bokehjs
Version:
Interactive, novel data visualization
33 lines (30 loc) • 887 B
text/less
.bk-root {
@import "main.less";
@import "icons.less";
@import "layout.less";
@import "canvas.less";
@import "logo.less";
@import "toolbar.less";
@import "tooltips.less";
// Properties of bk-root itself
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 10pt;
position: relative;
width: 100%;
height: 100%;
.bk-plotdiv {
position: relative;
width: 100%;
height: 100%;
}
}
/* notebook specific tweaks so no black outline and matching padding
/* can't be wrapped inside bk-root. here are the offending jupyter lines:
/* https://github.com/jupyter/notebook/blob/master/notebook/static/notebook/less/renderedhtml.less#L59-L76 */
.rendered_html .bk-root .bk-tooltip table,
.rendered_html .bk-root .bk-tooltip tr,
.rendered_html .bk-root .bk-tooltip th,
.rendered_html .bk-root .bk-tooltip td {
border: none;
padding: 1px;
}