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

Unified Diff: chrome/browser/resources/settings/on_startup_page/startup_url_entry.html

Issue 2063453003: [MD settings] not clipping ink ripple in spelling settings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cleanup Created 4 years, 6 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 | « no previous file | chrome/browser/resources/settings/settings_shared_css.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/on_startup_page/startup_url_entry.html
diff --git a/chrome/browser/resources/settings/on_startup_page/startup_url_entry.html b/chrome/browser/resources/settings/on_startup_page/startup_url_entry.html
index 2d75db9d9fce025bec9c709ed17d6947576d7a5e..bbbd3e6171710c80dfc8da71dbbfcbbbce1e1b31 100644
--- a/chrome/browser/resources/settings/on_startup_page/startup_url_entry.html
+++ b/chrome/browser/resources/settings/on_startup_page/startup_url_entry.html
@@ -15,6 +15,10 @@
box-shadow: 0 2px 6px grey;
}
+ .hide-overflow {
+ overflow: hidden;
+ }
+
paper-item:hover {
background-color: var(--settings-hover-color);
}
@@ -23,7 +27,7 @@
<div class="favicon-image"
style="background-image: [[getIconSet_(model.url)]]">
</div>
- <div class="middle">
+ <div class="middle hide-overflow">
michaelpg 2016/06/13 16:01:57 [Why] is this the only place this is necessary?
dschuyler 2016/06/13 19:25:19 I'd like to start here and expand as necessary. I'
<div class="text-elide">[[model.title]]</div>
<div class="text-elide secondary">[[model.url]]</div>
</div>
« no previous file with comments | « no previous file | chrome/browser/resources/settings/settings_shared_css.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698