assets/stylesheets/semantic_ui/themes/default/modules/popup.variables in less-rails-semantic_ui-2.2.13.0 vs assets/stylesheets/semantic_ui/themes/default/modules/popup.variables in less-rails-semantic_ui-2.3.0.0

- old
+ new

@@ -15,12 +15,12 @@ @boxShadow: @floatingShadow; @color: @textColor; @verticalPadding: 0.833em; @horizontalPadding: 1em; -@fontWeight: normal; -@fontStyle: normal; +@fontWeight: @normal; +@fontStyle: @normal; @borderRadius: @defaultBorderRadius; /*------------------- Parts --------------------*/ @@ -33,18 +33,19 @@ @popupDistanceAway: @arrowSize; /* Header */ @headerFontFamily: @headerFont; +@headerFontWeight: @bold; @headerFontSize: @relativeLarge; @headerDistance: @relative7px; @headerLineHeight: 1.2; /* Content Border */ @border: @borderWidth solid @borderColor; /* Arrow */ -@arrowBackground: @white; +@arrowBackground: @background; @arrowZIndex: 2; @arrowJitter: 0.05em; @arrowOffset: -(@arrowSize / 2) + @arrowJitter; @arrowStroke: @borderWidth;