2
0
Эх сурвалжийг харах

[fxparams] Restored stocked out missing parameters

Clement Espeute 1 жил өмнө
parent
commit
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;
 	}
 }