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

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

Issue 1376463003: MD Downloads: change a lowercased, no-ink button to an <a> (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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 | « chrome/browser/resources/md_downloads/item.js ('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_downloads/shared_style.css
diff --git a/chrome/browser/resources/md_downloads/shared_style.css b/chrome/browser/resources/md_downloads/shared_style.css
index 95de68740aac4a7e1b5409b35cd56f910a80cadc..171fdf1f15a0c7bc76396f0dd4c7df010536b28e 100644
--- a/chrome/browser/resources/md_downloads/shared_style.css
+++ b/chrome/browser/resources/md_downloads/shared_style.css
@@ -7,14 +7,7 @@
}
paper-button {
+ font-weight: 500;
margin: 0;
min-width: auto;
}
-
-paper-button[lowercase] {
- text-transform: none;
-}
-
-paper-button:not([lowercase]) {
- font-weight: 500;
-}
« no previous file with comments | « chrome/browser/resources/md_downloads/item.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698