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

Unified Diff: chrome/browser/resources/settings/settings_shared_css.html

Issue 2900173004: WebUI: Only highlight scrollable divs (Closed)
Patch Set: Created 3 years, 7 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/settings/settings_shared_css.html
diff --git a/chrome/browser/resources/settings/settings_shared_css.html b/chrome/browser/resources/settings/settings_shared_css.html
index 527f6aad801d0de170de753d20c97c76146f1be0..d96ec23eb141ae37a31e061958a1c0006d6e0b81 100644
--- a/chrome/browser/resources/settings/settings_shared_css.html
+++ b/chrome/browser/resources/settings/settings_shared_css.html
@@ -314,8 +314,7 @@
flex: 1;
}
- .no-outline,
- [scrollable] .no-outline {
+ .no-outline {
background: none;
outline: none;
}

Powered by Google App Engine
This is Rietveld 408576698