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

Unified Diff: chrome/browser/resources/md_history/side_bar.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 | « chrome/browser/resources/md_history/app.vulcanized.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/md_history/side_bar.html
diff --git a/chrome/browser/resources/md_history/side_bar.html b/chrome/browser/resources/md_history/side_bar.html
index 0d0fd5a4c3ea8cb82338106382966ce0c331751b..c4c8254cf94343daaea78eeb827213720db5b4a5 100644
--- a/chrome/browser/resources/md_history/side_bar.html
+++ b/chrome/browser/resources/md_history/side_bar.html
@@ -34,7 +34,7 @@
}
#clear-browsing-data iron-icon {
- -webkit-margin-end: 24px;
+ -webkit-margin-end: 20px;
color: var(--paper-grey-400);
height: 20px;
margin-bottom: 10px;
@@ -54,6 +54,8 @@
iron-selector > a {
@apply(--paper-font-subhead);
+ /* Ensure the focus outline appears correctly (crbug.com/655503). */
+ -webkit-margin-end: 4px;
-webkit-padding-start: 24px;
align-items: center;
box-sizing: border-box;
« no previous file with comments | « chrome/browser/resources/md_history/app.vulcanized.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698