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

View File

@@ -250,7 +250,7 @@ button.button-inline:hover {
.stack h2 button {
margin-left: auto;
display: flex;
display: flex;
opacity: 0.25;
}
@@ -258,7 +258,7 @@ button.button-inline:hover {
white-space: normal;
overflow: hidden;
text-overflow: ellipsis;
cursor: text;
cursor: text;
}
.stack h2:hover .stack-actions {

View File

@@ -35,7 +35,7 @@
data-columnindex="{{$index}}" id="column{{$index}}"
style="">
<h2 data-as-sortable-item-handle>
<span ng-show="!s.status.editStack" ng-click="s.status.editStack=true">{{ s.title }}</span>
<span ng-show="!s.status.editStack" ng-click="s.status.editStack=true">{{ s.title }}</span>
<form ng-if="s.status.editStack" ng-submit="stackservice.update(s)">
<input type="text" placeholder="Add a new stack"
ng-blur="stackservice.update(s); s.status.editStack=false" ng-model="s.title"