Skip to content

Commit 796690e

Browse files
authored
Merge pull request #729 from bindoon/fix-number-picker-button
fix(NumberPicker): UI for button height not eq input
2 parents 91fba02 + c8b78bb commit 796690e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/number-picker/main.scss

+8
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,10 @@
104104
@include icon-size($number-picker-inline-m-button-icon-size);
105105
}
106106

107+
.#{$css-prefix}btn {
108+
height: $form-element-medium-height;
109+
}
110+
107111
.#{$css-prefix}btn:first-child {
108112
margin-right: $number-picker-inline-m-button-margin;
109113
}
@@ -120,6 +124,10 @@
120124
@include icon-size($number-picker-inline-l-button-icon-size);
121125
}
122126

127+
.#{$css-prefix}btn {
128+
height: $form-element-large-height;
129+
}
130+
123131
.#{$css-prefix}btn:first-child {
124132
margin-right: $number-picker-inline-l-button-margin;
125133
}

0 commit comments

Comments
 (0)