Fix color scheme for statuses
This commit is contained in:
@@ -528,7 +528,7 @@
|
|||||||
#{$property}: $color-status-invalid
|
#{$property}: $color-status-invalid
|
||||||
&-todo#{$where}
|
&-todo#{$where}
|
||||||
@if ($variation == 'light')
|
@if ($variation == 'light')
|
||||||
#{$property}: $color-status-todo-dark
|
#{$property}: $color-status-todo-light
|
||||||
@else if ($variation == 'dark')
|
@else if ($variation == 'dark')
|
||||||
#{$property}: $color-status-todo-dark
|
#{$property}: $color-status-todo-dark
|
||||||
@else
|
@else
|
||||||
@@ -556,7 +556,7 @@
|
|||||||
#{$property}: $color-status-approved
|
#{$property}: $color-status-approved
|
||||||
&-cbb#{$where}
|
&-cbb#{$where}
|
||||||
@if ($variation == 'light')
|
@if ($variation == 'light')
|
||||||
#{$property}: $color-status-cbb
|
#{$property}: $color-status-cbb-light
|
||||||
@else if ($variation == 'dark')
|
@else if ($variation == 'dark')
|
||||||
#{$property}: $color-status-cbb-dark
|
#{$property}: $color-status-cbb-dark
|
||||||
@else
|
@else
|
||||||
|
Reference in New Issue
Block a user