assets/stylesheets/semantic_ui/themes/default/elements/button.variables in less-rails-semantic_ui-1.6.2.0 vs assets/stylesheets/semantic_ui/themes/default/elements/button.variables in less-rails-semantic_ui-1.7.0.0
- old
+ new
@@ -232,9 +232,33 @@
/* Colors */
@coloredBackgroundImage: none;
@coloredBoxShadow: @shadowBoxShadow;
+/* Inverted by default for solids */
+@blueTextColor: @invertedTextColor;
+@blueTextShadow: @invertedTextShadow;
+@greenTextColor: @invertedTextColor;
+@greenTextShadow: @invertedTextShadow;
+@greyTextColor: @invertedTextColor;
+@greyTextShadow: @invertedTextShadow;
+@orangeTextColor: @invertedTextColor;
+@orangeTextShadow: @invertedTextShadow;
+@pinkTextColor: @invertedTextColor;
+@pinkTextShadow: @invertedTextShadow;
+@purpleTextColor: @invertedTextColor;
+@purpleTextShadow: @invertedTextShadow;
+@redTextColor: @invertedTextColor;
+@redTextShadow: @invertedTextShadow;
+@tealTextColor: @invertedTextColor;
+@tealTextShadow: @invertedTextShadow;
+@yellowTextColor: @invertedTextColor;
+@yellowTextShadow: @invertedTextShadow;
+
+@blackTextColor: @invertedTextColor;
+@blackTextShadow: @invertedTextShadow;
+
+
/* Ordinality */
@primaryBackgroundImage: @coloredBackgroundImage;
@primaryTextColor: @invertedTextColor;
@primaryTextShadow: @invertedTextShadow;
@primaryBoxShadow: @coloredBoxShadow;