diff --git a/src/definitions/elements/label.less b/src/definitions/elements/label.less index 7e273d080..ac036216b 100755 --- a/src/definitions/elements/label.less +++ b/src/definitions/elements/label.less @@ -148,7 +148,7 @@ a.ui.label { .ui.image.label img { display: inline-block; height: @imageLabelImageHeight; - margin: -@verticalPadding @horizontalPadding -@verticalPadding -@horizontalPadding; + margin: -@verticalPadding @imageLabelDistance -@verticalPadding -@horizontalPadding; vertical-align: top; border-radius: @circularRadius; } @@ -329,8 +329,7 @@ a.ui.label:hover:before { width: auto; top: auto; bottom: 0em; - - border-radius: @borderRadius 0em 0em @borderRadius; + border-radius: 0em 0em @borderRadius @borderRadius ; } .ui.bottom.right.attached.label { top: auto; diff --git a/src/themes/packages/default/elements/label.variables b/src/themes/packages/default/elements/label.variables index 8f637345f..40f287070 100755 --- a/src/themes/packages/default/elements/label.variables +++ b/src/themes/packages/default/elements/label.variables @@ -49,6 +49,7 @@ @imageLabelBorderRadius: @circularRadius; @imageLabelImageHeight: (1em + @verticalPadding * 2); @imageLabelBoxShadow: none; +@imageLabelDistance: 0.5em,; /*------------------- @@ -117,8 +118,8 @@ --------------------*/ /* Sizing */ -@tiny: 0.6rem; -@small: 0.75rem; -@medium: 0.8125rem; -@large: 0.875rem; +@tiny: 0.75rem; +@small: 0.8rem; +@medium: 0.875rem; +@large: 0.9rem; @huge: 1rem;