@@ -250,7 +250,7 @@ button.button-inline:hover {
|
|||||||
|
|
||||||
.stack h2 button {
|
.stack h2 button {
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
display: flex;
|
display: flex;
|
||||||
opacity: 0.25;
|
opacity: 0.25;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -258,7 +258,7 @@ button.button-inline:hover {
|
|||||||
white-space: normal;
|
white-space: normal;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
cursor: text;
|
cursor: text;
|
||||||
}
|
}
|
||||||
|
|
||||||
.stack h2:hover .stack-actions {
|
.stack h2:hover .stack-actions {
|
||||||
|
|||||||
@@ -35,7 +35,7 @@
|
|||||||
data-columnindex="{{$index}}" id="column{{$index}}"
|
data-columnindex="{{$index}}" id="column{{$index}}"
|
||||||
style="">
|
style="">
|
||||||
<h2 data-as-sortable-item-handle>
|
<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)">
|
<form ng-if="s.status.editStack" ng-submit="stackservice.update(s)">
|
||||||
<input type="text" placeholder="Add a new stack"
|
<input type="text" placeholder="Add a new stack"
|
||||||
ng-blur="stackservice.update(s); s.status.editStack=false" ng-model="s.title"
|
ng-blur="stackservice.update(s); s.status.editStack=false" ng-model="s.title"
|
||||||
|
|||||||
Reference in New Issue
Block a user