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

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

Issue 955203002: Fix parse errors in UA stylesheet (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 10 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/html.css
diff --git a/Source/core/css/html.css b/Source/core/css/html.css
index 5aa24bba94ab4759c3adb722dbe36a0e7deaafb4..c50156e1d9ac445643565dee25ffb1070eec6a22 100644
--- a/Source/core/css/html.css
+++ b/Source/core/css/html.css
@@ -450,7 +450,7 @@ input::-webkit-clear-button {
-webkit-user-modify: read-only !important;
-webkit-margin-start: 2px;
opacity: 0;
- pionter-events: none;
+ pointer-events: none;
}
input:enabled:read-write:-webkit-any(:focus,:hover)::-webkit-clear-button {
@@ -612,7 +612,6 @@ input[type="range" i]::-webkit-slider-container, input[type="range" i]::-webkit-
box-sizing: border-box;
-webkit-user-modify: read-only !important;
display: flex;
- -webkit-align-contents: center;
}
input[type="range" i]::-webkit-slider-runnable-track {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698