mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-02 13:12:13 +08:00
Remove locked task css and i18n
This commit is contained in:
parent
3bc1f0cbe2
commit
d830fcec4a
2 changed files with 0 additions and 16 deletions
|
@ -284,21 +284,6 @@
|
|||
content: $font-fas-check;
|
||||
}
|
||||
}
|
||||
|
||||
&.locked {
|
||||
.task-progress {
|
||||
background: $color-white;
|
||||
}
|
||||
|
||||
.task-progress-label {
|
||||
color: $color-silver-chalice;
|
||||
}
|
||||
|
||||
&::after {
|
||||
color: $color-silver-chalice;
|
||||
content: $font-fas-lock;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -31,7 +31,6 @@ en:
|
|||
overdue: "Overdue"
|
||||
completed_steps: ": %{steps} / %{total_steps}"
|
||||
completed: "Completed"
|
||||
locked: "Locked"
|
||||
calendar:
|
||||
due_on: Due on
|
||||
dow:
|
||||
|
|
Loading…
Reference in a new issue