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

Unified Diff: chrome/browser/resources/options/chromeos/internet_detail.css

Issue 2535573002: Reduce usage of webkit CSS prefixes in chrome/browser/resources (Closed)
Patch Set: rebase Created 3 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
Index: chrome/browser/resources/options/chromeos/internet_detail.css
diff --git a/chrome/browser/resources/options/chromeos/internet_detail.css b/chrome/browser/resources/options/chromeos/internet_detail.css
index 1528bc087811157078402ae56c70d9f1c02cf541..1b1d0011158083b4a5222720c56df06b8385dcbd 100644
--- a/chrome/browser/resources/options/chromeos/internet_detail.css
+++ b/chrome/browser/resources/options/chromeos/internet_detail.css
@@ -102,14 +102,14 @@
.dns-display {
-webkit-margin-start: 24px;
- -webkit-transition: opacity 150ms ease-in-out;
color: #bbb;
font-style: italic;
+ transition: opacity 150ms ease-in-out;
}
.dns-display:not([selected]) {
- -webkit-transition: opacity 150ms ease-in-out;
display: none;
+ transition: opacity 150ms ease-in-out;
}
.proxy-subsection {

Powered by Google App Engine
This is Rietveld 408576698