Skip to content

Commit

Permalink
cleaning secondary toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
noone0212 committed Mar 31, 2020
1 parent bd8f0a9 commit ae97342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/main/posts/views/add-post-button.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="fab" ng-class="{'upgrade-button': upgradeButton}" data-message="add-post">
<button type="button" class="button-alpha button-fab" ng-click="handleClick()" ng-disabled="disabled" ng-class="{'disabled': $parent.$parent.bulkActionsSelected}">
<button type="button" class="button-alpha button-fab" ng-click="handleClick()" ng-disabled="disabled" ng-class="{'disabled': $parent.$parent.bulkActionsSelected || editMode()}">
<svg class="iconic">
<use xlink:href="/img/iconic-sprite.svg#plus"></use>
<foreignObject>
Expand Down

0 comments on commit ae97342

Please sign in to comment.