Skip to content

Commit 0fe9c3d

Browse files
committed
Set box-sizing to border box on the edit popover pointers.
1 parent 55cf605 commit 0fe9c3d

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

src/date-input.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
background-color: #efefef;
3131
width: 2em;
3232
height: 2em;
33-
bottom: -1.6em;
33+
bottom: -1.5em;
34+
box-sizing: border-box;
3435
left: calc(50% - 1em);
3536
z-index: 10;
3637
border-color: #aaa;

src/datetime-input.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
background-color: #efefef;
3131
width: 2em;
3232
height: 2em;
33-
bottom: -1.6em;
33+
bottom: -1.5em;
34+
box-sizing: border-box;
3435
left: calc(50% - 1em);
3536
z-index: 10;
3637
border-color: #aaa;

src/time-input.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
background-color: #efefef;
3131
width: 2em;
3232
height: 2em;
33-
bottom: -1.6em;
33+
bottom: -1.5em;
34+
box-sizing: border-box;
3435
left: calc(50% - 1em);
3536
z-index: 10;
3637
border-color: #aaa;

0 commit comments

Comments
 (0)