Ver Fonte

[fxparams] Restored stocked out missing parameters

Clement Espeute há 1 ano atrás
pai
commit
5e29a4cf1d
2 ficheiros alterados com 2 adições e 2 exclusões
  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;
   vertical-align: bottom;
   text-overflow: clip;
   text-overflow: clip;
 }
 }
-.fx-parameter.missing {
+.fx-parameter.missing .fx-param-name {
   text-decoration: line-through;
   text-decoration: line-through;
 }
 }
 .settings {
 .settings {

+ 1 - 1
bin/style.less

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