From e85ee49d0260ae171785d92e159a8bbe03bc9b72 Mon Sep 17 00:00:00 2001 From: Deimos Date: Mon, 17 Sep 2018 12:04:35 -0600 Subject: [PATCH] Make "pressed" topic voting buttons less gaudy Some minor changes to the topic voting button styles to make it less bright, especially for topics that you've voted on. --- tildes/scss/modules/_topic.scss | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/tildes/scss/modules/_topic.scss b/tildes/scss/modules/_topic.scss index ce0a6ab..f0029af 100644 --- a/tildes/scss/modules/_topic.scss +++ b/tildes/scss/modules/_topic.scss @@ -132,12 +132,16 @@ padding: 0.2rem; height: auto; min-width: 3rem; + font-weight: normal; &.btn-used { - background-color: darken($violet, 3%); border-color: darken($violet, 8%); border-style: solid; - color: #fff; + border-width: 0 0 0 2px; + + .topic-voting-votes { + font-weight: bold; + } &:hover { background-color: darken($blue, 3%); @@ -147,13 +151,13 @@ } .topic-voting-votes { - font-size: 0.8rem; - font-weight: bold; + font-size: 0.9rem; + line-height: 1.1rem; } .topic-voting-label { - font-size: 0.5rem; - line-height: 0.5rem; + font-size: 0.6rem; + line-height: 0.6rem; } .topic-text-excerpt {