Skip to content

Commit 128ac8a

Browse files
author
Sine Jespersen
committed
5398: datepicker remove some styling
1 parent 17f7fba commit 128ac8a

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

src/stories/Library/Modals/modal-pause/modal-pause.scss

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ $modal-pause-container-width: 550px;
2929
}
3030

3131
.datepickers {
32-
margin-bottom: 80px;
33-
3432
@include breakpoint-s {
3533
display: flex;
3634
justify-content: space-between;
@@ -53,9 +51,9 @@ $modal-pause-container-width: 550px;
5351
}
5452

5553
.datepicker {
56-
width: 100%;
5754
display: flex;
5855
flex-direction: column;
56+
width: 100%;
5957
margin-bottom: $s-lg;
6058

6159
@include breakpoint-s {
@@ -68,18 +66,4 @@ $modal-pause-container-width: 550px;
6866
}
6967
}
7068
}
71-
72-
[type="date"] {
73-
background: $c-global-primary
74-
url("https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png")
75-
90% 50% no-repeat;
76-
}
77-
78-
[type="date"]::-webkit-inner-spin-button {
79-
display: none;
80-
}
81-
82-
[type="date"]::-webkit-calendar-picker-indicator {
83-
opacity: 0;
84-
}
8569
}

0 commit comments

Comments
 (0)