Fix contrast in buttons to execute dashboard actions
The colors we were using didn't meet the minimum contrast required for UI elements.
This commit is contained in:
@@ -150,12 +150,12 @@
|
|||||||
|
|
||||||
.checked-link {
|
.checked-link {
|
||||||
@include has-fa-icon(check, solid);
|
@include has-fa-icon(check, solid);
|
||||||
color: $check;
|
color: $color-success;
|
||||||
}
|
}
|
||||||
|
|
||||||
.unchecked-link {
|
.unchecked-link {
|
||||||
@include has-fa-icon(square, regular);
|
@include has-fa-icon(square, regular);
|
||||||
color: $border;
|
color: $dark-gray;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user