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

Unified Diff: chrome/browser/resources/print_preview/print_preview.css

Issue 668983004: Add <a is="action-link">, a web component extension of <a> for in-page actions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 6 years, 2 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/policy.html ('k') | chrome/browser/resources/print_preview/print_preview.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/print_preview/print_preview.css
diff --git a/chrome/browser/resources/print_preview/print_preview.css b/chrome/browser/resources/print_preview/print_preview.css
index b96d4b4d28934ad0aa8be82fa9020d1926fe3612..97edf386b16819ba7a121263d6d90410f4ffa560 100644
--- a/chrome/browser/resources/print_preview/print_preview.css
+++ b/chrome/browser/resources/print_preview/print_preview.css
@@ -316,11 +316,11 @@ span.jumping-dots > span:nth-child(3) {
html:not(.focus-outline-visible)
:enabled:focus:-webkit-any(input[type='checkbox'],
input[type='radio'],
- button):not(.link-button) {
+ button) {
/* Cancel border-color for :focus specified in widgets.css. */
border-color: rgba(0,0,0,0.25);
}
-html:not(.focus-outline-visible) button:focus.link-button {
+html:not(.focus-outline-visible) [is='action-link']:focus {
outline: none;
}
« no previous file with comments | « chrome/browser/resources/policy.html ('k') | chrome/browser/resources/print_preview/print_preview.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698