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

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

Issue 2571923003: MD History: Tweak CSS for menu buttons (Closed)
Patch Set: Created 4 years 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 34b3b414beb1dfb5deb33628ff9e1a1a4012eed5..2818f2f17e6ea688ba76df2500513f2bd6f31630 100644
--- a/chrome/browser/resources/md_history/lazy_load.vulcanized.html
+++ b/chrome/browser/resources/md_history/lazy_load.vulcanized.html
@@ -113,14 +113,14 @@ button.icon-button iron-icon {
button.more-vert-button {
height: 36px;
- padding: 6px;
+ padding: 8px;
width: 36px;
}
button.more-vert-button div {
border: 2px solid var(--secondary-text-color);
border-radius: 2px;
- margin: 1px 10px;
+ margin: 1px 8px;
pointer-events: none;
transform: scale(0.8);
}
@@ -663,14 +663,14 @@ button.icon-button iron-icon {
button.more-vert-button {
height: 36px;
- padding: 6px;
+ padding: 8px;
width: 36px;
}
button.more-vert-button div {
border: 2px solid var(--secondary-text-color);
border-radius: 2px;
- margin: 1px 10px;
+ margin: 1px 8px;
pointer-events: none;
transform: scale(0.8);
}
@@ -850,14 +850,14 @@ button.icon-button iron-icon {
button.more-vert-button {
height: 36px;
- padding: 6px;
+ padding: 8px;
width: 36px;
}
button.more-vert-button div {
border: 2px solid var(--secondary-text-color);
border-radius: 2px;
- margin: 1px 10px;
+ margin: 1px 8px;
pointer-events: none;
transform: scale(0.8);
}
« no previous file with comments | « chrome/browser/resources/md_history/app.vulcanized.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