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

Unified Diff: chrome/browser/resources/md_history/lazy_load.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
Index: chrome/browser/resources/md_history/lazy_load.vulcanized.html
diff --git a/chrome/browser/resources/md_history/lazy_load.vulcanized.html b/chrome/browser/resources/md_history/lazy_load.vulcanized.html
index d804ed4792247034e969742a2b91a69ac2182747..a35ac98cf73ddb8b1e75eee6e7c604c7de5321e8 100644
--- a/chrome/browser/resources/md_history/lazy_load.vulcanized.html
+++ b/chrome/browser/resources/md_history/lazy_load.vulcanized.html
@@ -97,6 +97,7 @@ a {
button.icon-button {
background: none;
border: none;
+ color: inherit;
height: 36px;
outline: none;
width: 36px;
@@ -472,6 +473,7 @@ a {
button.icon-button {
background: none;
border: none;
+ color: inherit;
height: 36px;
outline: none;
width: 36px;
@@ -655,6 +657,7 @@ a {
button.icon-button {
background: none;
border: none;
+ color: inherit;
height: 36px;
outline: none;
width: 36px;
@@ -863,6 +866,8 @@ paper-icon-button.subpage-arrow {
border: 0;
border-radius: 2px;
bottom: 0;
+ box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.12),
+ 0px 16px 16px rgba(0, 0, 0, 0.24);
color: inherit;
padding: 0;
top: 0;
« no previous file with comments | « chrome/browser/resources/md_history/history_toolbar.html ('k') | chrome/browser/resources/md_history/shared_style.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698