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

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

Issue 2791223003: MD Settings: consolidate .no-outline css rules. (Closed)
Patch Set: Created 3 years, 9 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 4aa064296b0e9e7779b26676d9ea1eecea94f176..4f3e19300161d154b027f6c06c1972eba9d5baf4 100644
--- a/chrome/browser/resources/settings/settings_shared_css.html
+++ b/chrome/browser/resources/settings/settings_shared_css.html
@@ -303,10 +303,9 @@
flex: auto;
}
- [scrollable] .no-outline {
+ .no-outline, [scrollable] .no-outline {
Dan Beam 2017/04/03 19:51:34 somehow none of this CSS seems to be checked by ou
scottchen 2017/04/03 23:32:44 Done.
dpapad 2017/04/03 23:45:50 Maybe the presubmit checks don't find CSS inside H
Dan Beam 2017/04/04 19:54:55 i fixted it https://codereview.chromium.org/279219
background: none;
outline: none;
- cursor: initial;
scottchen 2017/04/03 18:22:23 .no-outline class should just be about outline. In
Dan Beam 2017/04/03 19:51:34 and also this was out of order :(
scottchen 2017/04/03 23:32:44 Acknowledged.
}
/* The secondary-action wraps a clickable sub-area of a .settings-box.

Powered by Google App Engine
This is Rietveld 408576698