Create new class for inline-editable text

Signed-off-by: Marin Treselj <marin@pixelipo.com>
This commit is contained in:
Marin Treselj
2017-05-31 15:43:30 +02:00
parent e06a2ad743
commit 2f73f0492b
2 changed files with 12 additions and 11 deletions

View File

@@ -58,6 +58,9 @@ button.button-inline:hover {
display: flex !important;
}
.editable-inline {
cursor: text;
}
/**
* Navigation sidebar
*/
@@ -248,20 +251,19 @@ button.button-inline:hover {
width: 100%;
}
.stack h2 span {
white-space: normal;
overflow: hidden;
text-overflow: ellipsis;
}
.stack h2 button {
margin-left: auto;
display: flex;
opacity: 0.25;
}
.stack h2 span {
white-space: normal;
overflow: hidden;
text-overflow: ellipsis;
cursor: text;
}
.stack h2:hover .stack-actions {
.stack h2:hover button {
display: flex;
}