Merge branch 'scrolltotop' into shigusegubu-vue3
* scrolltotop: make "up to date" icon even more faint to distinguish it from actual interactive elements
This commit is contained in:
commit
bd9ca11a97
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
||||||
top: calc(50% - 4px);
|
top: calc(50% - 4px);
|
||||||
margin-left: 6px;
|
margin-left: 6px;
|
||||||
margin-top: -6px;
|
margin-top: -6px;
|
||||||
background-color: var(--cBlue);
|
background-color: var(--cGreen);
|
||||||
}
|
}
|
||||||
|
|
||||||
.loadmore-text {
|
.loadmore-text {
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
</button>
|
</button>
|
||||||
<div
|
<div
|
||||||
v-else-if="!embedded"
|
v-else-if="!embedded"
|
||||||
class="loadmore-text faint"
|
class="loadmore-text faint veryfaint"
|
||||||
@click.prevent
|
@click.prevent
|
||||||
>
|
>
|
||||||
<FAIcon
|
<FAIcon
|
||||||
|
|
Loading…
Add table
Reference in a new issue