From 2342934f48329425f0c3a8409196abf275975ce8 Mon Sep 17 00:00:00 2001 From: Chi Vinh Le Date: Thu, 20 Jul 2017 03:58:22 +0700 Subject: [PATCH] Reset star button css --- .../client/components/Button.css | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/plugins/talk-plugin-featured-comments/client/components/Button.css b/plugins/talk-plugin-featured-comments/client/components/Button.css index 6828e64fd..cd05d7238 100644 --- a/plugins/talk-plugin-featured-comments/client/components/Button.css +++ b/plugins/talk-plugin-featured-comments/client/components/Button.css @@ -1,15 +1,14 @@ .button { + + /* TODO: figure out the best location to include the `reset.css` */ + composes: buttonReset from "coral-framework/styles/reset.css"; + color: #2a2a2a; - background: none; - padding: 0px; - border: none; margin-right: 10px; - vertical-align: middle; } -.button:hover { +.button { color: #767676; - cursor: pointer; } .button.featured { @@ -18,11 +17,9 @@ .button.featured:hover { color: #10589b; - cursor: pointer; } .icon { font-size: 18px; - padding: 0 5px; vertical-align: top; -} \ No newline at end of file +}