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

Unified Diff: chrome/browser/resources/md_history/app.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
Index: chrome/browser/resources/md_history/app.vulcanized.html
diff --git a/chrome/browser/resources/md_history/app.vulcanized.html b/chrome/browser/resources/md_history/app.vulcanized.html
index 1a720ef0da01dd106dbcddd435958c76c1955c62..3839d6d49edd744cb0a30259c0da0e9baeaa88db 100644
--- a/chrome/browser/resources/md_history/app.vulcanized.html
+++ b/chrome/browser/resources/md_history/app.vulcanized.html
@@ -1849,7 +1849,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;
@@ -1859,9 +1860,11 @@ label {
bottom: 0;
cursor: text;
left: 0;
+ overflow: hidden;
position: absolute;
right: 0;
top: 0;
+ white-space: nowrap;
}
:host([has-search-text_]) label {
@@ -1873,9 +1876,10 @@ input {
background: transparent;
border: none;
color: white;
- font-family: inherit;
+ font: inherit;
outline: none;
padding: 0;
+ position: relative;
width: 100%;
}

Powered by Google App Engine
This is Rietveld 408576698