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

Unified Diff: chrome/browser/resources/md_history/side_bar.html

Issue 2166733002: MD History: Fix appearance of 'Other forms of browsing history' link (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | 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 a65ea0367d1ca49e26f15ed8a4a77c2cde465af6..649f1718b1db9752907045a2f434c8af0f2eed62 100644
--- a/chrome/browser/resources/md_history/side_bar.html
+++ b/chrome/browser/resources/md_history/side_bar.html
@@ -48,7 +48,7 @@
color: #5a5a5a;
}
- iron-selector a {
+ iron-selector > a {
@apply(--paper-font-subhead);
-webkit-padding-start: 24px;
align-items: center;
@@ -64,12 +64,12 @@
text-decoration: none;
}
- iron-selector a:focus {
+ iron-selector > a:focus {
outline: 0;
position: relative;
}
- iron-selector a:focus::before {
+ iron-selector > a:focus::before {
@apply(--layout-fit);
background: currentColor;
@@ -78,7 +78,7 @@
pointer-events: none;
}
- iron-selector a.iron-selected {
+ iron-selector > a.iron-selected {
color: var(--google-blue-500);
font-weight: 500;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698