fix: update icon position

This commit is contained in:
Johannes Millan 2018-04-03 21:42:52 +02:00
parent 0a13b4b50b
commit 2dbd64b7dc
2 changed files with 10 additions and 1 deletions

View file

@ -158,6 +158,15 @@ $this-task-text-color-done: #aaaaaa;
border: 1px solid #dddddd;
background: #ffffff !important;
&.update-indicator-btn {
margin-left: 12px;
.task-list .task-list & {
margin: $this-button-spacer;
margin-right: -2px;
}
}
@include dark-theme {
background: $dark-theme-bg-darker !important;
border: 1px solid $dark-theme-bg;

View file

@ -18,7 +18,7 @@
layout="row"
layout-align="space-between center">
<div class="title-bar-wrapper">
<md-button class="md-icon-button "
<md-button class="md-icon-button update-indicator-btn"
aria-label="is updated"
tabindex="2"
ng-click="task.showNotes = !task.showNotes;"