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

Unified Diff: ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar.html

Issue 2889113002: web_dev_style: Fix errors in new directories and enable PRESUBMIT (Closed)
Patch Set: merge+fix Created 3 years, 7 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: ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar.html
diff --git a/ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar.html b/ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar.html
index a39cf9c4ec2b579b62757ec29ad150d6c1c7f233..bfbe0c97fc86cccf647b288c5c59fc4ef5bf514f 100644
--- a/ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar.html
+++ b/ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar.html
@@ -22,8 +22,8 @@
flex: 1;
font-size: 123%;
font-weight: 400;
- text-overflow: ellipsis;
overflow: hidden;
+ text-overflow: ellipsis;
white-space: nowrap;
}
@@ -64,8 +64,8 @@
}
:host([narrow][showing-search_]) #leftContent {
- position: absolute;
opacity: 0;
+ position: absolute;
}
:host(:not([narrow])) #leftContent {
@@ -102,8 +102,8 @@
clip-path: polygon(0 105%, 100% 105%, 50% 0);
content: '';
display: block;
- left: 10px;
height: 6px;
+ left: 10px;
position: absolute;
top: -6px;
width: 12px;

Powered by Google App Engine
This is Rietveld 408576698