Fix dued date button color for closed items without due date
parent
1e471a203c
commit
20c5a99755
|
@ -1,12 +1,12 @@
|
||||||
tg-due-date .due-date-button {
|
.due-date-button,
|
||||||
|
[disabled].due-date-button {
|
||||||
background: $gray-light;
|
background: $gray-light;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-right: .5rem;
|
margin-right: .5rem;
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
transition: background .2s linear;
|
transition: background .2s linear;
|
||||||
transition-delay: .1s;
|
transition-delay: .1s;
|
||||||
&.closed,
|
&.closed {
|
||||||
&.closed[disabled] {
|
|
||||||
background: $gray-lighter;
|
background: $gray-lighter;
|
||||||
}
|
}
|
||||||
&.due-set {
|
&.due-set {
|
||||||
|
|
Loading…
Reference in New Issue