Skip to content
Snippets Groups Projects
Commit 0583a6b8 authored by HJ's avatar HJ :fire:
Browse files

moved transparent button styles into button itself

parent 6bc9886d
No related branches found
No related tags found
No related merge requests found
......@@ -88,6 +88,10 @@ a {
font-family: sans-serif;
font-family: var(--interfaceFont, sans-serif);
&.-sublime {
background: transparent;
}
i[class*=icon-],
.svg-inline--fa {
color: $fallback--text;
......
......@@ -38,11 +38,6 @@
}
}
.new:not(.-highlighted) {
.short {
background: none;
}
}
.new {
&,
&.-highlighted {
......
......@@ -15,8 +15,8 @@
:class="[{ '-you': isYou, '-highlighted': highlight }, highlightType]"
>
<button
class="short"
:class="highlight ? 'button-default' : 'button-default' "
class="short button-default"
:class="{ '-sublime': !highlight }"
@click.prevent="onClick"
>
<!-- eslint-disable vue/no-v-html -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment