Index: Source/core/css/html.css |
diff --git a/Source/core/css/html.css b/Source/core/css/html.css |
index fdacec72bdf384da89e70a484a156d3192722fa0..0801e374e423379abc09d70b4098da3e9b2ee868 100644 |
--- a/Source/core/css/html.css |
+++ b/Source/core/css/html.css |
@@ -632,6 +632,13 @@ input::-webkit-input-speech-button { |
-webkit-user-modify: read-only !important; |
-webkit-align-self: flex-start; |
margin: auto 0; |
+ opacity: 0; |
+ pointer-events: none; |
+} |
+ |
+input:enabled:read-write:-webkit-any(:focus,:hover)::-webkit-input-speech-button { |
+ opacity: 1; |
+ pointer-events: auto; |
} |
#endif |