mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Merge pull request #2090 from oeoeaio/subs-styling
Subs: Make checklist more legible
This commit is contained in:
@@ -3,8 +3,20 @@
|
||||
.todolist{
|
||||
.todo {
|
||||
&.done {
|
||||
.title, .steps {
|
||||
text-decoration: line-through;
|
||||
.title {
|
||||
color: #aaaaaa;
|
||||
|
||||
a {
|
||||
color: #aaaaaa;
|
||||
}
|
||||
}
|
||||
|
||||
i {
|
||||
color: #aaaaaa;
|
||||
}
|
||||
|
||||
.steps {
|
||||
display: none;
|
||||
}
|
||||
|
||||
i {
|
||||
|
||||
Reference in New Issue
Block a user