Skip to content

Commit bf035f8

Browse files
authored
Merge pull request #5684 from HSLdevcom/AB#460
AB#460 sass regression fixes for v3
2 parents 9c5db01 + 445c6c5 commit bf035f8

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

digitransit-component/packages/digitransit-component-datetimepicker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@digitransit-component/digitransit-component-datetimepicker",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"description": "digitransit-component datetimepicker module",
55
"main": "index.js",
66
"files": [

digitransit-component/packages/digitransit-component-datetimepicker/src/helpers/styles.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,7 @@ $zindex: base, map-container, map-gradient, map-fullscreen-toggle, map-buttons,
302302
background: inherit;
303303
position: relative;
304304
margin-left: 40px;
305+
margin-top: -4px;
305306

306307
input {
307308
opacity: 1 !important; // TODO
@@ -488,6 +489,10 @@ $zindex: base, map-container, map-gradient, map-fullscreen-toggle, map-buttons,
488489
&.time-input-icon > svg {
489490
height: 20px;
490491
}
492+
493+
&.date-input-icon > svg {
494+
height: 20px;
495+
}
491496
}
492497

493498
:global .mobile-datetimepicker-invalid-input {

sass/base/_button.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ button {
88
border-width: 0;
99
cursor: pointer;
1010
font-family: $button-font-family;
11+
line-height: $line-height-normal;
1112
position: relative;
1213
background-color: transparent;
1314
transition: none;

0 commit comments

Comments
 (0)