scss: toggle button border in greyscale when he's :disabled (#38567)

This commit is contained in:
Thomas Jund 2019-12-16 17:01:16 +01:00
parent 8d7fdbcffc
commit 10d2a6ba53
1 changed files with 1 additions and 0 deletions

View File

@ -105,6 +105,7 @@ div.buttons div {
cursor: not-allowed;
background: grayscale($button-background);
color: grayscale($button-color);
border-color: grayscale(extract-color($button-border));
}
&:focus {