annotate sat_templates/templates/bulma/static/list.css @ 330:b85b72f44f01

bulma (input/xmlui): add `list-item` class so it can be targeted easily
author Goffi <goffi@goffi.org>
date Fri, 04 Jun 2021 18:20:40 +0200
parents 27511c821481
children 0c9f8bd0fc20
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
309
27511c821481 bulma (list/overview): use specialised view for `grocery` list
Goffi <goffi@goffi.org>
parents:
diff changeset
1 .list-item-closed {
27511c821481 bulma (list/overview): use specialised view for `grocery` list
Goffi <goffi@goffi.org>
parents:
diff changeset
2 text-decoration: line-through #dd0000 0.3em;
27511c821481 bulma (list/overview): use specialised view for `grocery` list
Goffi <goffi@goffi.org>
parents:
diff changeset
3 color: hsl(0, 0%, 48%);
27511c821481 bulma (list/overview): use specialised view for `grocery` list
Goffi <goffi@goffi.org>
parents:
diff changeset
4 }