fix some mistakes
This commit is contained in:
parent
b10458e3a3
commit
dc631c68fd
@ -10,7 +10,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
box-shadow: 0 0 3px 1px rgb(0 0 0 / 10%);
|
box-shadow: var(--shadow)
|
||||||
}
|
}
|
||||||
|
|
||||||
.chat-list-item-left {
|
.chat-list-item-left {
|
||||||
@ -49,12 +49,12 @@
|
|||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
margin: 0.35em 0;
|
margin: 0.35em 0;
|
||||||
color: var(--faintText);
|
color: var(--textFaint);
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: var(--faintLink);
|
color: var(--linkFaint);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
@ -81,7 +81,7 @@
|
|||||||
class="faint"
|
class="faint"
|
||||||
scope="global"
|
scope="global"
|
||||||
>
|
>
|
||||||
<a style="color: var(--faintLink);">
|
<a style="color: var(--linkFaint);">
|
||||||
{{ $t('settings.style.preview.faint_link') }}
|
{{ $t('settings.style.preview.faint_link') }}
|
||||||
</a>
|
</a>
|
||||||
</i18n-t>
|
</i18n-t>
|
||||||
|
Loading…
Reference in New Issue
Block a user