mirror of https://github.com/OCA/web.git
[FIX] web_widget_bokeh_chart: remove custom-bokeh.scss
parent
1e608fbe0f
commit
3f343c4893
|
@ -1,19 +0,0 @@
|
||||||
/*
|
|
||||||
The following !important sentences are needed to override inline styles hardcoded by the bokeh library.
|
|
||||||
This way the graphs are always displayed inside their defined container in the Qweb views.
|
|
||||||
*/
|
|
||||||
.bk-root {
|
|
||||||
/* Overriding this styling option Odoo menu is now displayed on top of bokeh graphs */
|
|
||||||
z-index: 0;
|
|
||||||
height: inherit !important;
|
|
||||||
}
|
|
||||||
.bk-root > .bk {
|
|
||||||
height: inherit !important;
|
|
||||||
}
|
|
||||||
.bk-root > .bk > .bk {
|
|
||||||
height: inherit !important;
|
|
||||||
}
|
|
||||||
.bk-root > .bk > .bk > .bk-canvas {
|
|
||||||
height: inherit !important;
|
|
||||||
position: inherit !important;
|
|
||||||
}
|
|
|
@ -16,11 +16,6 @@
|
||||||
type="text/css"
|
type="text/css"
|
||||||
href="/web_widget_bokeh_chart/static/src/lib/bokeh/bokeh-widgets-1.1.0.css"
|
href="/web_widget_bokeh_chart/static/src/lib/bokeh/bokeh-widgets-1.1.0.css"
|
||||||
/>
|
/>
|
||||||
<link
|
|
||||||
rel="stylesheet"
|
|
||||||
type="text/scss"
|
|
||||||
href="/web_widget_bokeh_chart/static/src/scss/custom-bokeh.scss"
|
|
||||||
/>
|
|
||||||
<script
|
<script
|
||||||
type="text/javascript"
|
type="text/javascript"
|
||||||
src="/web_widget_bokeh_chart/static/src/lib/bokeh/bokeh-1.1.0.js"
|
src="/web_widget_bokeh_chart/static/src/lib/bokeh/bokeh-1.1.0.js"
|
||||||
|
|
Loading…
Reference in New Issue