enhance(client): ユーザー名についてのヒントを追加
This commit is contained in:
parent
7387e010c2
commit
8785e1c3a4
5 changed files with 25 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue