浏览代码

[fxparams] Restored stocked out missing parameters

Clement Espeute 1 年之前
父节点
当前提交
5e29a4cf1d
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      bin/style.css
  2. 1 1
      bin/style.less

+ 1 - 1
bin/style.css

@@ -3170,7 +3170,7 @@ div.gradient-box {
   vertical-align: bottom;
   text-overflow: clip;
 }
-.fx-parameter.missing {
+.fx-parameter.missing .fx-param-name {
   text-decoration: line-through;
 }
 .settings {

+ 1 - 1
bin/style.less

@@ -3643,7 +3643,7 @@ div.gradient-box {
 		vertical-align: bottom;
 		text-overflow: clip;
 	}
-	&.missing {
+	&.missing .fx-param-name {
 		text-decoration: line-through;
 	}
 }