Browse Source

Fixed small sizing issue.

pull/4212/head
Gareth Daunton 8 years ago
parent
commit
4650b21205
1 changed files with 9 additions and 0 deletions
  1. 9
      src/definitions/modules/range.less

9
src/definitions/modules/range.less

@ -510,6 +510,9 @@
height: @smallHeight; height: @smallHeight;
width: @smallHeight; width: @smallHeight;
} }
.ui.range.small .inner {
height: @smallHeight;
}
.ui.range.small .inner .track, .ui.range.small .inner .track,
.ui.range.small .inner .track-fill { .ui.range.small .inner .track-fill {
height: @smallTrackHeight; height: @smallTrackHeight;
@ -525,6 +528,9 @@
height: @largeHeight; height: @largeHeight;
width: @largeHeight; width: @largeHeight;
} }
.ui.range.large .inner {
height: @largeHeight;
}
.ui.range.large .inner .track, .ui.range.large .inner .track,
.ui.range.large .inner .track-fill { .ui.range.large .inner .track-fill {
height: @largeTrackHeight; height: @largeTrackHeight;
@ -540,6 +546,9 @@
height: @bigHeight; height: @bigHeight;
width: @bigHeight; width: @bigHeight;
} }
.ui.range.big .inner {
height: @bigHeight;
}
.ui.range.big .inner .track, .ui.range.big .inner .track,
.ui.range.big .inner .track-fill { .ui.range.big .inner .track-fill {
height: @bigTrackHeight; height: @bigTrackHeight;

Loading…
Cancel
Save