浏览代码

HUE-6077 [frontend] Remove inset box shadow from the progress bars

Enrico Berti 8 年之前
父节点
当前提交
358212e

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


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


+ 7 - 1
desktop/core/src/desktop/static/desktop/less/hue-cui-overrides.less

@@ -88,4 +88,10 @@ table.datatables {
   th {
     border-top: 1px solid @cui-gray-300 !important;
   }
-}
+}
+
+.progress {
+  .bar {
+    .hue-no-box-shadow;
+  }
+}

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