Fix blocked status in taskboard tasks
parent
9e636abb70
commit
f251c7ee94
|
@ -21,7 +21,7 @@
|
|||
&.ui-sortable-placeholder {
|
||||
background: $grayer;
|
||||
}
|
||||
&.blocked {
|
||||
.blocked {
|
||||
background: $red;
|
||||
border: 1px solid darken($red, 10%);
|
||||
color: $white;
|
||||
|
|
Loading…
Reference in New Issue