@@ -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 {
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user