Browse Source

Remove border entirely from used topic-vote button

merge-requests/37/head
Deimos 6 years ago
parent
commit
5f9f819e62
  1. 4
      tildes/scss/modules/_topic.scss

4
tildes/scss/modules/_topic.scss

@ -135,9 +135,7 @@
font-weight: normal; font-weight: normal;
&.btn-used { &.btn-used {
border-color: darken($violet, 8%);
border-style: solid;
border-width: 0 0 0 2px;
border-color: transparent;
.topic-voting-votes { .topic-voting-votes {
font-weight: bold; font-weight: bold;

Loading…
Cancel
Save