Skip to content

Commit c907925

Browse files
committed
Set box-sizing border-box on the edit popover pointers.
1 parent baa6e3d commit c907925

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
@@ -87,12 +87,13 @@
8787
background-color: #efefef;
8888
width: 1em;
8989
height: 1em;
90-
top: -0.55em;
90+
top: -0.5em;
9191
left: 10%;
9292
z-index: 2;
9393
border-color: #aaa;
9494
border-style: solid;
9595
border-width: 1px 1px 0 0;
96+
box-sizing: border-box;
9697
transform: rotate(-45deg);
9798
-moz-transform: rotate(-45deg);
9899
-ms-transform: rotate(-45deg);

src/datetime-input.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,12 +94,13 @@
9494
background-color: #efefef;
9595
width: 1em;
9696
height: 1em;
97-
top: -0.55em;
97+
top: -0.5em;
9898
left: 10%;
9999
z-index: 2;
100100
border-color: #aaa;
101101
border-style: solid;
102102
border-width: 1px 1px 0 0;
103+
box-sizing: border-box;
103104
transform: rotate(-45deg);
104105
-moz-transform: rotate(-45deg);
105106
-ms-transform: rotate(-45deg);

src/time-input.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,13 @@
9595
background-color: #efefef;
9696
width: 1em;
9797
height: 1em;
98-
top: -0.55em;
98+
top: -0.5em;
9999
left: 10%;
100100
z-index: 2;
101101
border-color: #aaa;
102102
border-style: solid;
103103
border-width: 1px 1px 0 0;
104+
box-sizing: border-box;
104105
transform: rotate(-45deg);
105106
-moz-transform: rotate(-45deg);
106107
-ms-transform: rotate(-45deg);

0 commit comments

Comments
 (0)