feat: disable 'Save' button when there are no changes (#5595)

This commit is contained in:
Brady Stroud [SSW]
2021-08-03 20:14:29 +10:00
committed by GitHub
parent 9f22bcd2c8
commit 4b566a78f4
5 changed files with 641 additions and 14 deletions

View File

@ -241,6 +241,7 @@ const buttons = {
disabled: css`
background-color: ${colorsRaw.grayLight};
color: ${colorsRaw.gray};
cursor: default;
`,
};