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

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

Issue 52553008: Eliminate the CALENDAR_PICKER compile time flag as only android uses this flag and the web facing p… (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: Fix winbot by eliminating last checks for CALENDAR_PICKER Created 7 years, 1 month 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
Index: Source/core/css/html.css
diff --git a/Source/core/css/html.css b/Source/core/css/html.css
index 335a57ec0fd0d106c9400c60672e4a38a0804227..9f306fa5320f2b7b6defa01e1b245f444fe58de5 100644
--- a/Source/core/css/html.css
+++ b/Source/core/css/html.css
@@ -787,7 +787,6 @@ input[type="color"]::-webkit-color-swatch {
-webkit-user-modify: read-only !important;
}
-#if defined(ENABLE_CALENDAR_PICKER) && ENABLE_CALENDAR_PICKER
input::-webkit-calendar-picker-indicator {
display: inline-block;
width: 0.66em;
@@ -820,7 +819,6 @@ input[type="week"][readonly]::-webkit-inner-spin-button,
input[readonly]::-webkit-calendar-picker-indicator {
visibility: hidden;
}
-#endif // ENABLE_CALENDAR_PICKER
select {
-webkit-appearance: menulist;

Powered by Google App Engine
This is Rietveld 408576698