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

Unified Diff: ui/webui/resources/css/action_link.css

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
« no previous file with comments | « no previous file | ui/webui/resources/html/action_link_css.html » ('j') | ui/webui/resources/js/action_link.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/webui/resources/css/action_link.css
diff --git a/ui/webui/resources/css/action_link.css b/ui/webui/resources/css/action_link.css
index c645cf10f956a5079e1573b2db51bc85bc3d3df5..5ca90f5260033737801d270f6324dbb37e0cba3e 100644
--- a/ui/webui/resources/css/action_link.css
+++ b/ui/webui/resources/css/action_link.css
@@ -24,6 +24,6 @@
text-decoration: none;
}
-[is='action-link'].no-outline {
+[is='action-link'].no-outline:focus {
outline: none;
}
« no previous file with comments | « no previous file | ui/webui/resources/html/action_link_css.html » ('j') | ui/webui/resources/js/action_link.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698