Sha256: d0657ff84ea5fadbdb36a800f268676693e8523eb52916f6ea2ef209395b52fc
Contents?: true
Size: 515 Bytes
Versions: 5
Compression:
Stored size: 515 Bytes
Contents
#main, #footer { display: none; } #todoapp { &.has_todos #main, &.has_todos #footer { display: inherit; } #footer { a.all { font-weight: bold; } } &.filtered.active { #todo-list li.completed { display: none; } #footer { a.all { font-weight: normal; } a.active { font-weight: bold; } } } &.filtered.completed { #todo-list li:not(.completed) { display: none; } #footer { a.all { font-weight: normal; } a.completed { font-weight: bold; } } } }
Version data entries
5 entries across 5 versions & 1 rubygems