浏览代码

[frontend] Added required global LESS changes from downstream

Björn Alm 1 年之前
父节点
当前提交
d99fc474bf

文件差异内容过多而无法显示
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue.css


+ 7 - 0
desktop/core/src/desktop/static/desktop/less/reset-globals.less

@@ -86,3 +86,10 @@ video {
   line-height: inherit;
   font-family: inherit;
 }
+
+// Overwrite global SVG legacy style from nvd3
+svg:not(.leaflet-zoom-animated) {
+  display: unset;
+  width: unset;
+  height: unset;
+}

部分文件因为文件数量过多而无法显示