Index: chrome/browser/resources/webui.css |
diff --git a/chrome/browser/resources/webui.css b/chrome/browser/resources/webui.css |
index 309a2831280097f737bfdf75881f4af4465dae99..9710bd750064363b7efe5d00279fa8963349a427 100644 |
--- a/chrome/browser/resources/webui.css |
+++ b/chrome/browser/resources/webui.css |
@@ -41,3 +41,19 @@ html[dir='rtl'] .form { |
.footer { |
height: 24px; |
} |
+ |
+/* TODO(jhawkins): Refactor button styling and remove !important here. This is |
+ * currently necessary because individual page button element selectors have |
+ * higher specificity. |
+ */ |
+.link-button, |
+.link-button:active, |
+.link-button:focus, |
+.link-button:hover { |
+ -webkit-box-shadow: none !important; |
+ background: transparent none !important; |
+ border: none !important; |
+ color: blue; |
+ cursor: pointer; |
+ text-decoration: underline; |
+} |