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

Unified Diff: chrome/browser/resources/settings/on_startup_page/startup_urls_page.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
Index: chrome/browser/resources/settings/on_startup_page/startup_urls_page.html
diff --git a/chrome/browser/resources/settings/on_startup_page/startup_urls_page.html b/chrome/browser/resources/settings/on_startup_page/startup_urls_page.html
index e9772918d1daaa542ada688f919da4a186c395b0..451ca112c15fc22de6a89e75ce8a342602ad968a 100644
--- a/chrome/browser/resources/settings/on_startup_page/startup_urls_page.html
+++ b/chrome/browser/resources/settings/on_startup_page/startup_urls_page.html
@@ -23,8 +23,7 @@
border-top: var(--settings-separator-line);
}
- #container settings-startup-url-entry:not([editable]) {
- background: none;
+ #container settings-startup-url-entry {
cursor: default;
}
</style>

Powered by Google App Engine
This is Rietveld 408576698