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

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

Issue 14141002: Remove ENABLE_INPUT_TYPE_WEEK compile-time flag. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update html.css 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/WTF/wtf/FeatureDefines.h ('k') | Source/WebCore/html/InputType.cpp » ('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 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;
« no previous file with comments | « Source/WTF/wtf/FeatureDefines.h ('k') | Source/WebCore/html/InputType.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698