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

Unified Diff: chrome/browser/resources/md_history/app.vulcanized.html

Issue 2651013004: MD History: Improve styling of grouped history toolbar during page load (Closed)
Patch Set: Rebase Created 3 years, 11 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/md_history/history_toolbar.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 b636efe8cdbcaa4d6b3460fad0d961d5cbd7d4a5..cf226366bdcbe0daba103b4920daf19ab783eca6 100644
--- a/chrome/browser/resources/md_history/app.vulcanized.html
+++ b/chrome/browser/resources/md_history/app.vulcanized.html
@@ -2142,6 +2142,7 @@ a {
button.icon-button {
background: none;
border: none;
+ color: inherit;
height: 36px;
outline: none;
width: 36px;
@@ -2224,6 +2225,7 @@ a {
button.icon-button {
background: none;
border: none;
+ color: inherit;
height: 36px;
outline: none;
width: 36px;
@@ -2334,6 +2336,10 @@ paper-button {
-webkit-margin-start: 2px;
}
+paper-tabs:unresolved {
+ visibility: hidden;
+}
+
paper-tabs {
--paper-tabs_-_font-size: apply-shim-inherit;;
--paper-tabs-selection-bar-color: #fff;
@@ -2736,6 +2742,7 @@ a {
button.icon-button {
background: none;
border: none;
+ color: inherit;
height: 36px;
outline: none;
width: 36px;
@@ -3041,6 +3048,7 @@ a {
button.icon-button {
background: none;
border: none;
+ color: inherit;
height: 36px;
outline: none;
width: 36px;
@@ -3145,6 +3153,7 @@ a {
button.icon-button {
background: none;
border: none;
+ color: inherit;
height: 36px;
outline: none;
width: 36px;
@@ -3451,6 +3460,7 @@ a {
button.icon-button {
background: none;
border: none;
+ color: inherit;
height: 36px;
outline: none;
width: 36px;
@@ -3646,6 +3656,7 @@ a {
button.icon-button {
background: none;
border: none;
+ color: inherit;
height: 36px;
outline: none;
width: 36px;
« no previous file with comments | « no previous file | chrome/browser/resources/md_history/history_toolbar.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698