Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(233)

Unified Diff: Source/WebCore/css/html.css

Issue 13888003: Remove compile-time / run-time flags for input[type=date]. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/WebCore/bindings/v8/RuntimeEnabledFeatures.cpp ('k') | Source/WebCore/html/DateInputType.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/css/html.css
diff --git a/Source/WebCore/css/html.css b/Source/WebCore/css/html.css
index c9b7023a0be990bab97acf3384264a4275f17c86..0de1ff010239b685fe2338dee0374387cc942594 100644
--- a/Source/WebCore/css/html.css
+++ b/Source/WebCore/css/html.css
@@ -497,7 +497,6 @@ datalist {
#endif
#if defined(ENABLE_INPUT_MULTIPLE_FIELDS_UI) && ENABLE_INPUT_MULTIPLE_FIELDS_UI
-#if defined(ENABLE_INPUT_TYPE_DATE) && ENABLE_INPUT_TYPE_DATE
input[type="date"] {
-webkit-align-items: center;
display: -webkit-inline-flex;
@@ -506,7 +505,7 @@ input[type="date"] {
padding: 0;
-webkit-padding-start: 1px;
}
-#endif
+
#if defined(ENABLE_INPUT_TYPE_DATETIME_INCOMPLETE) && ENABLE_INPUT_TYPE_DATETIME_INCOMPLETE
input[type="datetime"] {
-webkit-align-items: center;
@@ -637,8 +636,6 @@ input[type="week"]::-webkit-inner-spin-button {
}
#else
-
-#if defined(ENABLE_INPUT_TYPE_DATE) && ENABLE_INPUT_TYPE_DATE
input[type="date"] {
-webkit-align-items: center;
-webkit-appearance: menulist-button;
@@ -646,7 +643,7 @@ input[type="date"] {
overflow: hidden;
width: 10em;
}
-#endif
+
#if defined(ENABLE_INPUT_TYPE_DATETIME_INCOMPLETE) && ENABLE_INPUT_TYPE_DATETIME_INCOMPLETE
input[type="datetime"] {
-webkit-align-items: center;
« no previous file with comments | « Source/WebCore/bindings/v8/RuntimeEnabledFeatures.cpp ('k') | Source/WebCore/html/DateInputType.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698