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

Unified Diff: ui/webui/resources/html/action_link_css.html

Issue 2768673002: [WebUI] Modify action-link's .no-outline on input only.
Patch Set: Created 3 years, 9 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
Index: ui/webui/resources/html/action_link_css.html
diff --git a/ui/webui/resources/html/action_link_css.html b/ui/webui/resources/html/action_link_css.html
index 9ece1d5701f1d85d7316302a777dfbc2613288db..1fb87765a259186861bd4b8f90dc1190e815f7e4 100644
--- a/ui/webui/resources/html/action_link_css.html
+++ b/ui/webui/resources/html/action_link_css.html
@@ -25,7 +25,7 @@
pointer-events: none;
}
- [is='action-link'].no-outline {
+ [is='action-link'].no-outline:focus {
outline: none;
}
</style>

Powered by Google App Engine
This is Rietveld 408576698