Fix(UI): Product Permutations page saving.

This commit is contained in:
2024-11-18 19:37:21 +00:00
parent 7fbc1cef34
commit ece68966e6
11 changed files with 542 additions and 264 deletions

View File

@@ -269,7 +269,7 @@ li {
}
:not(input,textarea,select).dirty {
:not(input,textarea,select,button).dirty {
background-color: var(--c_purple_dark);
}
input.dirty, textarea.dirty, select.dirty {