| Index: Source/WebCore/css/html.css
|
| diff --git a/Source/WebCore/css/html.css b/Source/WebCore/css/html.css
|
| index 18fec27b47b540ce4cbfeb636a5842f00938d52f..ddbe56c52d38653bb2fc9620f6872ac63daaab12 100644
|
| --- a/Source/WebCore/css/html.css
|
| +++ b/Source/WebCore/css/html.css
|
| @@ -544,7 +544,6 @@ input[type="time"] {
|
| -webkit-padding-start: 1px;
|
| }
|
|
|
| -#if defined(ENABLE_INPUT_TYPE_WEEK) && ENABLE_INPUT_TYPE_WEEK
|
| input[type="week"] {
|
| -webkit-align-items: center;
|
| display: -webkit-inline-flex;
|
| @@ -553,7 +552,6 @@ input[type="week"] {
|
| padding: 0;
|
| -webkit-padding-start: 1px;
|
| }
|
| -#endif
|
|
|
| input::-webkit-datetime-edit {
|
| -webkit-flex: 1;
|
| @@ -676,7 +674,6 @@ input[type="time"] {
|
| width: 10em;
|
| }
|
|
|
| -#if defined(ENABLE_INPUT_TYPE_WEEK) && ENABLE_INPUT_TYPE_WEEK
|
| input[type="week"] {
|
| -webkit-align-items: center;
|
| -webkit-appearance: menulist-button;
|
| @@ -684,7 +681,6 @@ input[type="week"] {
|
| overflow: hidden;
|
| width: 10em;
|
| }
|
| -#endif
|
|
|
| input::-webkit-date-and-time-value {
|
| margin: 1px 24px 1px 4px;
|
|
|