@stackoverflow/stacks 2.7.4 → 2.7.5

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.
@@ -2256,17 +2256,8 @@ body.theme-highcontrast .s-textarea {
2256
2256
  fieldset[disabled] .s-input,
2257
2257
  fieldset[disabled] .s-textarea,
2258
2258
  .s-input[disabled],
2259
- .s-textarea[disabled],
2260
- .s-input[readonly],
2261
- .s-textarea[readonly],
2262
- .is-readonly .s-input,
2263
- .is-readonly .s-textarea {
2264
- --_in-c: not-allowed;
2265
- }
2266
- fieldset[disabled] .s-input,
2267
- fieldset[disabled] .s-textarea,
2268
- .s-input[disabled],
2269
2259
  .s-textarea[disabled] {
2260
+ --_in-c: not-allowed;
2270
2261
  --_in-o: var(--_o-disabled-static);
2271
2262
  }
2272
2263
  .s-input[readonly],
@@ -2275,6 +2266,7 @@ fieldset[disabled] .s-textarea,
2275
2266
  .is-readonly .s-textarea {
2276
2267
  --_in-bg: var(--black-150);
2277
2268
  --_in-bc: var(--bc-light);
2269
+ --_in-c: default;
2278
2270
  --_in-fc: var(--black-400);
2279
2271
  }
2280
2272
  body.theme-highcontrast .s-input[readonly],
@@ -2548,7 +2540,9 @@ fieldset[disabled] .s-input-message {
2548
2540
  color: var(--_im-a-fc-hover) !important;
2549
2541
  }
2550
2542
  .s-label {
2543
+ --_la-c: unset;
2551
2544
  --_la-fs: var(--fs-body2);
2545
+ cursor: var(--_la-c);
2552
2546
  font-size: var(--_la-fs);
2553
2547
  color: var(--fc-medium);
2554
2548
  font-family: inherit;
@@ -2556,21 +2550,28 @@ fieldset[disabled] .s-input-message {
2556
2550
  padding: 0 var(--su2);
2557
2551
  }
2558
2552
  .s-label[for] {
2559
- cursor: pointer;
2553
+ --_la-c: pointer;
2560
2554
  }
2561
2555
  fieldset[disabled] .s-label,
2562
2556
  .is-disabled .s-label,
2563
2557
  .s-check-control .s-checkbox[disabled] + .s-label,
2564
2558
  .s-check-control .s-radio[disabled] + .s-label {
2565
- cursor: not-allowed;
2566
2559
  opacity: var(--_o-disabled-static);
2567
2560
  }
2568
2561
  fieldset[disabled] .s-label .s-description,
2569
2562
  .is-disabled .s-label .s-description {
2570
2563
  opacity: unset;
2571
2564
  }
2565
+ fieldset[disabled] .s-label,
2566
+ .is-disabled .s-label,
2567
+ fieldset[disabled] .s-label[for],
2568
+ .is-disabled .s-label[for],
2569
+ .s-check-control .s-checkbox[disabled] + .s-label,
2570
+ .s-check-control .s-radio[disabled] + .s-label {
2571
+ --_la-c: not-allowed;
2572
+ }
2572
2573
  .is-readonly .s-label {
2573
- cursor: not-allowed;
2574
+ --_la-c: default;
2574
2575
  }
2575
2576
  .s-label.s-label__sm {
2576
2577
  --_la-fs: var(--fs-caption);