assets/stylesheets/semantic_ui/themes/default/collections/menu.variables in less-rails-semantic_ui-1.6.2.0 vs assets/stylesheets/semantic_ui/themes/default/collections/menu.variables in less-rails-semantic_ui-1.7.0.0
- old
+ new
@@ -236,9 +236,12 @@
@tabularBackgroundColor: #FFFFFF;
@tabularBorderWidth: 1px;
@tabularHorizontalPadding: 1.4em;
@tabularMenuTextColor: @menuTextColor;
+@tabularFluidOffset: 1px;
+@tabularFluidWidth: ~"calc(100% + "(@tabularFluidOffset * 2)~")";
+
@tabularActiveColor: @selectedTextColor;
@tabularMenuActiveBackground: #FFFFFF;
@tabularActiveWeight: bold;
@tabularBorderRadius: 5px;
\ No newline at end of file