change cursor to clarify that the display name is editable
This commit is contained in:
parent
002b31a113
commit
460e8ec79c
2 changed files with 4 additions and 0 deletions
|
@ -534,6 +534,7 @@ footer {
|
||||||
padding: 0 0 16px 0;
|
padding: 0 0 16px 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
transition: color 300ms;
|
transition: color 300ms;
|
||||||
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer .logo {
|
footer .logo {
|
||||||
|
@ -569,6 +570,7 @@ footer .font-body2 {
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
margin-bottom: -5px;
|
margin-bottom: -5px;
|
||||||
|
cursor: text;
|
||||||
}
|
}
|
||||||
|
|
||||||
#edit-pen {
|
#edit-pen {
|
||||||
|
|
|
@ -560,6 +560,7 @@ footer {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
transition: color 300ms;
|
transition: color 300ms;
|
||||||
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer .logo {
|
footer .logo {
|
||||||
|
@ -595,6 +596,7 @@ footer .font-body2 {
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
margin-bottom: -5px;
|
margin-bottom: -5px;
|
||||||
|
cursor: text;
|
||||||
}
|
}
|
||||||
|
|
||||||
#edit-pen {
|
#edit-pen {
|
||||||
|
|
Loading…
Reference in a new issue