refactor(controls): disable min/max buttons when reached

This commit is contained in:
moklick
2023-05-17 10:49:38 +02:00
parent a1b94f38f0
commit eab39cf1f3
4 changed files with 49 additions and 4 deletions
+8
View File
@@ -24,5 +24,13 @@
max-width: 12px;
max-height: 12px;
}
&:disabled {
pointer-events: none;
svg {
fill-opacity: 0.4;
}
}
}
}