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

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

Issue 2791223003: MD Settings: consolidate .no-outline css rules. (Closed)
Patch Set: move css rule to two lines 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
« no previous file with comments | « chrome/browser/resources/settings/search_engines_page/search_engine_entry.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..fb424ccc2ed6e3935e3c8d2a426d85cf7f2df770 100644
--- a/chrome/browser/resources/settings/settings_shared_css.html
+++ b/chrome/browser/resources/settings/settings_shared_css.html
@@ -303,10 +303,10 @@
flex: auto;
}
+ .no-outline,
[scrollable] .no-outline {
dpapad 2017/04/03 23:45:50 Isn't "[scrollable] .no-outline" redundant here?
scottchen 2017/04/04 17:44:24 There are other "[scrollable] .something" rules th
background: none;
outline: none;
- cursor: initial;
}
/* The secondary-action wraps a clickable sub-area of a .settings-box.
« no previous file with comments | « chrome/browser/resources/settings/search_engines_page/search_engine_entry.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698