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

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

Issue 2663983002: MD Settings: Fix action-link to be display:inline-block again (Closed)
Patch Set: alphabetize css Created 3 years, 11 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 94ba00edf9662988066f127b02784789bb1f9935..024fa7da850999bbd426033bae3a7532c7239481 100644
--- a/ui/webui/resources/html/action_link_css.html
+++ b/ui/webui/resources/html/action_link_css.html
@@ -7,6 +7,7 @@
<style>
[is='action-link'] {
@apply(--cr-actionable);
+ display: inline-block;
text-decoration: none;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698