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

Unified Diff: ui/webui/resources/css/widgets.css

Issue 2535493002: Reduce webkit CSS prefixes in ui/ styles (Closed)
Patch Set: js Created 4 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: ui/webui/resources/css/widgets.css
diff --git a/ui/webui/resources/css/widgets.css b/ui/webui/resources/css/widgets.css
index 0cd35701d8a6ffa4bfa0a34b0aafcb932a756e5f..e35c001200ab7c3cb6568fbff0579ac9806b8650 100644
--- a/ui/webui/resources/css/widgets.css
+++ b/ui/webui/resources/css/widgets.css
@@ -235,7 +235,7 @@ input:disabled:-webkit-any([type='password'],
input[type='button'],
input[type='submit']):not(.custom-appearance)) {
/* OVERRIDE */
- -webkit-transition: border-color 200ms;
+ transition: border-color 200ms;
/* We use border color because it follows the border radius (unlike outline).
* This is particularly noticeable on mac. */
border-color: rgb(77, 144, 254);

Powered by Google App Engine
This is Rietveld 408576698