Fix color scheme for statuses

This commit is contained in:
2016-10-12 16:34:24 +02:00
parent 477d38dfc6
commit 5ebd2a18a5

View File

@@ -528,7 +528,7 @@
#{$property}: $color-status-invalid
&-todo#{$where}
@if ($variation == 'light')
#{$property}: $color-status-todo-dark
#{$property}: $color-status-todo-light
@else if ($variation == 'dark')
#{$property}: $color-status-todo-dark
@else
@@ -556,7 +556,7 @@
#{$property}: $color-status-approved
&-cbb#{$where}
@if ($variation == 'light')
#{$property}: $color-status-cbb
#{$property}: $color-status-cbb-light
@else if ($variation == 'dark')
#{$property}: $color-status-cbb-dark
@else