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 { ...@@ -88,6 +88,10 @@ a {
font-family: sans-serif; font-family: sans-serif;
font-family: var(--interfaceFont, sans-serif); font-family: var(--interfaceFont, sans-serif);
&.-sublime {
background: transparent;
}
i[class*=icon-], i[class*=icon-],
.svg-inline--fa { .svg-inline--fa {
color: $fallback--text; color: $fallback--text;
......
...@@ -38,11 +38,6 @@ ...@@ -38,11 +38,6 @@
} }
} }
.new:not(.-highlighted) {
.short {
background: none;
}
}
.new { .new {
&, &,
&.-highlighted { &.-highlighted {
......
...@@ -15,8 +15,8 @@ ...@@ -15,8 +15,8 @@
:class="[{ '-you': isYou, '-highlighted': highlight }, highlightType]" :class="[{ '-you': isYou, '-highlighted': highlight }, highlightType]"
> >
<button <button
class="short" class="short button-default"
:class="highlight ? 'button-default' : 'button-default' " :class="{ '-sublime': !highlight }"
@click.prevent="onClick" @click.prevent="onClick"
> >
<!-- eslint-disable vue/no-v-html --> <!-- 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