浏览代码

HUE-8438 [frontend] Reduce close icon size on the nav property popover

Enrico Berti 7 年之前
父节点
当前提交
6cac4c3ec8

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


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


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


+ 1 - 0
desktop/core/src/desktop/static/desktop/less/components/hue-nav-properties.less

@@ -144,6 +144,7 @@
     position: absolute;
     top: 0;
     right: 0;
+    font-size: @font-size-base;
 
     color: @cui-gray-600;
 

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