@gallop.software/studio 1.2.7 → 1.2.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4367,15 +4367,20 @@ var styles8 = {
4367
4367
  color: ${colors.text};
4368
4368
  text-align: left;
4369
4369
 
4370
- &:hover {
4370
+ &:hover:not(:disabled) {
4371
4371
  background-color: ${colors.surfaceHover};
4372
4372
  border-color: ${colors.borderHover};
4373
4373
  }
4374
+
4375
+ &:disabled {
4376
+ opacity: 0.5;
4377
+ cursor: not-allowed;
4378
+ }
4374
4379
  `,
4375
4380
  actionBtnDanger: css8`
4376
4381
  color: ${colors.danger};
4377
4382
 
4378
- &:hover {
4383
+ &:hover:not(:disabled) {
4379
4384
  background-color: ${colors.dangerLight};
4380
4385
  border-color: ${colors.danger};
4381
4386
  }
@@ -5780,4 +5785,4 @@ export {
5780
5785
  StudioUI,
5781
5786
  StudioUI_default as default
5782
5787
  };
5783
- //# sourceMappingURL=StudioUI-TZB57JJT.mjs.map
5788
+ //# sourceMappingURL=StudioUI-2JOOX5WQ.mjs.map