Index: ui/webui/resources/cr_elements/shared_style_css.html |
diff --git a/ui/webui/resources/cr_elements/shared_style_css.html b/ui/webui/resources/cr_elements/shared_style_css.html |
index 1f6cf1a50454d530929e1a586ac3ec515b7f8c2e..eff2d6bc36fe024940aee93048d2759ff1680e58 100644 |
--- a/ui/webui/resources/cr_elements/shared_style_css.html |
+++ b/ui/webui/resources/cr_elements/shared_style_css.html |
@@ -1,4 +1,5 @@ |
<link rel="import" href="chrome://resources/html/polymer.html"> |
+<link rel="import" href="chrome://resources/cr_elements/shared_vars_css.html"> |
<!-- Common styles for Material Design WebUI. Included directly in |
settings_shared_css.html. --> |
@@ -27,6 +28,10 @@ |
.cancel-button { |
font-weight: 500; |
} |
+ |
+ [actionable] { |
+ @apply(--cr-actionable); |
+ } |
</style> |
</template> |
</dom-module> |