Use a darker grey for disabled button

This commit is contained in:
Jean-Baptiste Bellet
2022-12-08 16:57:14 +01:00
parent 26684f7db5
commit c5f3d3fa71
2 changed files with 2 additions and 1 deletions

View File

@@ -27,7 +27,7 @@ fieldset .filter-actions .button:hover,
&.disabled,
&[disabled] {
@include backgroundAndBorder($v2-light-grey);
@include backgroundAndBorder($v2-dark-light-grey);
box-shadow: none;
cursor: default;
}

View File

@@ -9,6 +9,7 @@ $v2-dark-grey: #333333;
$v2-medium-dark-grey: #444444;
$v2-body-grey: $color-4;
$v2-medium-grey: #717171;
$v2-dark-light-grey: #d9d9d9;
$v2-medium-light-grey: #e6e6e6;
$v2-light-grey: #e7e7e7;