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

Unified Diff: chrome/browser/resources/md_downloads/toolbar.css

Issue 2155883002: MD Downloads: change :focus effect to underline so it doesn't look like :hover (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 | chrome/browser/resources/md_downloads/vulcanized.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/md_downloads/toolbar.css
diff --git a/chrome/browser/resources/md_downloads/toolbar.css b/chrome/browser/resources/md_downloads/toolbar.css
index bb27d9fbc5045e8219a422a3040738d3fe09c35b..0c91d75249b0eddeafd5980027457ba4b3b03406 100644
--- a/chrome/browser/resources/md_downloads/toolbar.css
+++ b/chrome/browser/resources/md_downloads/toolbar.css
@@ -83,7 +83,16 @@ paper-icon-button {
-webkit-margin-start: 16px;
}
+:host {
+ /* Applies to <paper-item>, hell if I know why it has to be here. */
groby-ooo-7-16 2016/07/19 17:44:39 That doesn't scare me at all. Nu-uh.
+ --dark-divider-opacity: 0;
+}
+
paper-item {
+ --paper-item-focused: {
+ background: none;
+ text-decoration: underline;
+ };
-webkit-user-select: none;
cursor: pointer;
font: inherit;
« no previous file with comments | « no previous file | chrome/browser/resources/md_downloads/vulcanized.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698