We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6ab20e commit 96258eaCopy full SHA for 96258ea
src/DateTimePicker.less
@@ -50,11 +50,15 @@
50
background: none;
51
font: inherit;
52
box-sizing: content-box;
53
+ -webkit-appearance: textfield;
54
-moz-appearance: textfield;
55
+ appearance: textfield;
56
57
&::-webkit-outer-spin-button,
58
&::-webkit-inner-spin-button {
59
-webkit-appearance: none;
60
+ -moz-appearance: none;
61
+ appearance: none;
62
margin: 0;
63
}
64
@@ -70,7 +74,9 @@
70
74
71
75
&__amPm {
72
76
77
+ -webkit-appearance: menulist;
73
78
-moz-appearance: menulist;
79
+ appearance: menulist;
80
81
82
@@ -126,8 +132,5 @@
126
132
padding: 25px;
127
133
background-color: white;
128
134
border: thin solid rgb(160, 160, 150);
129
-
130
- .react-clock {
131
- }
135
136
0 commit comments