enhance(client): ユーザー名についてのヒントを追加

This commit is contained in:
syuilo
2021-08-22 13:16:15 +09:00
parent 7387e010c2
commit 8785e1c3a4
5 changed files with 25 additions and 2 deletions

View File

@@ -156,8 +156,10 @@ hr {
._button {
appearance: none;
display: inline-block;
padding: 0;
margin: 0; // for Safari
width: max-content;
background: none;
border: none;
cursor: pointer;
@@ -201,6 +203,11 @@ hr {
}
}
._help {
color: var(--accent);
cursor: help
}
._textButton {
@extend ._button;
color: var(--accent);