@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: ${_chunkN6JYTJCBjs.colors.text};
4368
4368
  text-align: left;
4369
4369
 
4370
- &:hover {
4370
+ &:hover:not(:disabled) {
4371
4371
  background-color: ${_chunkN6JYTJCBjs.colors.surfaceHover};
4372
4372
  border-color: ${_chunkN6JYTJCBjs.colors.borderHover};
4373
4373
  }
4374
+
4375
+ &:disabled {
4376
+ opacity: 0.5;
4377
+ cursor: not-allowed;
4378
+ }
4374
4379
  `,
4375
4380
  actionBtnDanger: _react3.css`
4376
4381
  color: ${_chunkN6JYTJCBjs.colors.danger};
4377
4382
 
4378
- &:hover {
4383
+ &:hover:not(:disabled) {
4379
4384
  background-color: ${_chunkN6JYTJCBjs.colors.dangerLight};
4380
4385
  border-color: ${_chunkN6JYTJCBjs.colors.danger};
4381
4386
  }
@@ -5780,4 +5785,4 @@ var StudioUI_default = StudioUI;
5780
5785
 
5781
5786
 
5782
5787
  exports.StudioUI = StudioUI; exports.default = StudioUI_default;
5783
- //# sourceMappingURL=StudioUI-XQRJTVYU.js.map
5788
+ //# sourceMappingURL=StudioUI-2MWJ4M3B.js.map