replace todo check

This commit is contained in:
Florian Scholdei
2019-09-18 00:58:19 +02:00
parent 26f07ba38d
commit 6d923ee45b

View File

@@ -210,7 +210,7 @@ $danger-25: scale-color($danger, $lightness: 75%);
// tags
.tag:not(body) {
border: 1px solid transparent;
background-color: red; //TODO: replace with $white
background-color: $white;
&.is-delete {
background-color: $light;