Fix dued date button color for closed items without due date

stable
Daniel García 2018-04-26 16:58:37 +02:00 committed by Miguel Gonzalez
parent 1e471a203c
commit 20c5a99755
1 changed files with 3 additions and 3 deletions

View File

@ -1,12 +1,12 @@
tg-due-date .due-date-button {
.due-date-button,
[disabled].due-date-button {
background: $gray-light;
display: inline-block;
margin-right: .5rem;
padding: 1rem;
transition: background .2s linear;
transition-delay: .1s;
&.closed,
&.closed[disabled] {
&.closed {
background: $gray-lighter;
}
&.due-set {