From 93473896769db07f0e3a02cceb5c6993c2f832be Mon Sep 17 00:00:00 2001 From: Deimos Date: Thu, 19 Jul 2018 16:39:30 -0600 Subject: [PATCH] Remove dashed border on topic-voting buttons This was a bit confusing with the topic icons using a dashed blue border for "missing icon". Now that the "already used" buttons are far more distinct, this isn't necessary any more anyway. --- tildes/scss/modules/_topic.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tildes/scss/modules/_topic.scss b/tildes/scss/modules/_topic.scss index 9f142f4..82827aa 100644 --- a/tildes/scss/modules/_topic.scss +++ b/tildes/scss/modules/_topic.scss @@ -134,10 +134,6 @@ height: auto; min-width: 3rem; - &.btn { - border-style: dashed; - } - &.btn-used { background-color: darken($violet, 3%); border-color: darken($violet, 8%);