share/views/public/plugins/semantic-ui/src/themes/default/elements/segment.variables in rbbt-rest-1.8.126 vs share/views/public/plugins/semantic-ui/src/themes/default/elements/segment.variables in rbbt-rest-1.8.129
- old
+ new
@@ -43,23 +43,26 @@
/* Page Grid Segment */
@pageGridMargin: (2 * @verticalPadding);
/*******************************
- Types
+ States
*******************************/
-/* Placeholder */
-@placeholderBackground: @offWhite;
-@placeholderPadding: @padding;
-@placeholderBorderColor: @borderColor;
-@placeholderBoxShadow: 0px 2px 25px 0 rgba(34, 36, 38, 0.05) inset;
-@placeholderMinHeight: 18rem;
-@placeholderContentMaxWidth: 15rem;
-@placeholderContentInlineButtonMargin: 0px @5px 0px 0px;
+/* Loading Dimmer */
+@loaderDimmerColor: rgba(255, 255, 255, 0.8);
+@loaderDimmerZIndex: 100;
+/* Loading Spinner */
+@loaderSize: 3em;
+@loaderLineZIndex: 101;
+
+/*******************************
+ Variations
+*******************************/
+
/* Piled */
@piledZIndex: auto;
@piledMargin: 3em;
@piledBoxShadow: '';
@piledDegrees: 1.2deg;
@@ -72,28 +75,10 @@
@stackedHeight: 6px;
@stackedPageBackground: @subtleTransparentBlack;
@stackedPadding: @verticalPadding + (0.4em);
@tallStackedPadding: @verticalPadding + (0.8em);
-/*******************************
- States
-*******************************/
-
-/* Loading Dimmer */
-@loaderDimmerColor: rgba(255, 255, 255, 0.8);
-@loaderDimmerZIndex: 100;
-
-/* Loading Spinner */
-@loaderSize: 3em;
-@loaderLineZIndex: 101;
-
-
-/*******************************
- Variations
-*******************************/
-
-
/* Raised */
@raisedBoxShadow: @floatingShadow;
/* Padded */
@paddedSegmentPadding: 1.5em;
@@ -101,10 +86,10 @@
/* Attached */
@attachedTopOffset: 0px;
@attachedBottomOffset: 0px;
@attachedHorizontalOffset: -@borderWidth;
-@attachedWidth: calc(100% - (@attachedHorizontalOffset * 2));
+@attachedWidth: ~"calc(100% + "-@attachedHorizontalOffset * 2~")";
@attachedBoxShadow: none;
@attachedBorder: @borderWidth solid @solidBorderColor;
@attachedBottomBoxShadow:
@boxShadow,
@attachedBoxShadow