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

Unified Diff: chrome/browser/resources/md_downloads/vulcanized.html

Issue 2520623004: MD WebUI: Fix minor rendering problems in <cr-toolbar> (Closed)
Patch Set: Created 4 years, 1 month 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/md_history/app.vulcanized.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/md_downloads/vulcanized.html
diff --git a/chrome/browser/resources/md_downloads/vulcanized.html b/chrome/browser/resources/md_downloads/vulcanized.html
index 0f25202e279a1cd0bfab13a2fdfa31d7f5e34c58..386c969be179e1eb274cf01eb2445b6fef90d4cd 100644
--- a/chrome/browser/resources/md_downloads/vulcanized.html
+++ b/chrome/browser/resources/md_downloads/vulcanized.html
@@ -2981,7 +2981,8 @@ paper-spinner-lite[active] {
}
#searchTerm {
- -webkit-margin-start: 2px;
+ -webkit-font-smoothing: antialiased;
+ -webkit-margin-start: 2px;
flex: 1;
line-height: 185%;
position: relative;
@@ -2991,9 +2992,11 @@ label {
bottom: 0;
cursor: text;
left: 0;
+ overflow: hidden;
position: absolute;
right: 0;
top: 0;
+ white-space: nowrap;
}
:host([has-search-text_]) label {
@@ -3005,9 +3008,10 @@ input {
background: transparent;
border: none;
color: white;
- font-family: inherit;
+ font: inherit;
outline: none;
padding: 0;
+ position: relative;
width: 100%;
}
« no previous file with comments | « no previous file | chrome/browser/resources/md_history/app.vulcanized.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698