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

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

Issue 2502903002: MD History: Add margin to sidebar items so focus outline shows fully (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
« no previous file with comments | « no previous file | chrome/browser/resources/md_history/side_bar.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 30cf90a487050bc15dba1d2b6ef948dbdf937fbf..3af769b107586a0223549d5824c8519839abd917 100644
--- a/chrome/browser/resources/md_history/app.vulcanized.html
+++ b/chrome/browser/resources/md_history/app.vulcanized.html
@@ -3692,7 +3692,7 @@ div.separator {
}
#clear-browsing-data iron-icon {
- -webkit-margin-end: 24px;
+ -webkit-margin-end: 20px;
color: var(--paper-grey-400);
height: 20px;
margin-bottom: 10px;
@@ -3712,6 +3712,8 @@ iron-selector {
iron-selector > a {
font-family: var(--paper-font-subhead_-_font-family); -webkit-font-smoothing: var(--paper-font-subhead_-_-webkit-font-smoothing); font-size: var(--paper-font-subhead_-_font-size); font-weight: var(--paper-font-subhead_-_font-weight); line-height: var(--paper-font-subhead_-_line-height);
+
+ -webkit-margin-end: 4px;
-webkit-padding-start: 24px;
align-items: center;
box-sizing: border-box;
« no previous file with comments | « no previous file | chrome/browser/resources/md_history/side_bar.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698