Allows editing stack title by clicking it.

Deprecates edit icon in the stack header.

Signed-off-by: Marin Treselj <marin@pixelipo.com>
This commit is contained in:
Marin Treselj
2017-05-31 08:13:53 +02:00
parent d14f4f20b6
commit 73eff3d64e
2 changed files with 10 additions and 18 deletions

View File

@@ -248,27 +248,21 @@ button.button-inline:hover {
width: 100%;
}
.stack h2 button,
.stack .stack-actions {
float: right;
margin: 0px 0px 0px 10px;
.stack h2 button {
margin-left: auto;
display: flex;
opacity: 0.25;
}
.stack h2 span {
width: 100%;
white-space: normal;
overflow: hidden;
text-overflow: ellipsis;
}
.stack h2 .stack-actions {
display: flex;
opacity: 0.25;
cursor: text;
}
.stack h2:hover .stack-actions {
display: flex;
float: right;
}
.card {