Index: Source/core/css/html.css |
diff --git a/Source/core/css/html.css b/Source/core/css/html.css |
index 39b38d93c214b1302a60ab424b827335d875c0d6..f53470afb3ac5d9392df35dfc653afe58b7c0058 100644 |
--- a/Source/core/css/html.css |
+++ b/Source/core/css/html.css |
@@ -723,7 +723,8 @@ input::-webkit-calendar-picker-indicator:hover { |
background-color: #eee; |
} |
-input:enabled:read-write:-webkit-any(:focus,:hover)::-webkit-calendar-picker-indicator { |
+input:enabled:read-write:-webkit-any(:focus,:hover)::-webkit-calendar-picker-indicator, |
+input::-webkit-calendar-picker-indicator:focus { |
opacity: 1; |
pointer-events: auto; |
} |