pacem-less 0.40.0-jericho → 0.40.0-koptos

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.
@@ -247,7 +247,7 @@ each(@sizes, {
247
247
 
248
248
  // container queries
249
249
  @_threshold_xs: @threshold_sm - 1;
250
- @container ~"@{PCSS}" (max-width: @_threshold_xs) {
250
+ @container @PCSS (max-width: @_threshold_xs) {
251
251
 
252
252
  .@{PCSS}-grid.grid-contained .@{PCSS}-cell {
253
253
  .ColsMid(cols, xs, 12);
@@ -112,6 +112,10 @@ a.@{PCSS}-button,
112
112
 
113
113
  @_darken_perc: @button_hover_percentage;
114
114
 
115
+ &:hover {
116
+ color: @clr_fore;
117
+ }
118
+
115
119
  &:focus when (@glows = true) {
116
120
  text-shadow: 0 0 8px @clr_fore;
117
121
  }
@@ -404,7 +408,7 @@ a.@{PCSS}-button[disabled]:hover,
404
408
  button.@{PCSS}-button[disabled]:hover,
405
409
  input.@{PCSS}-button[disabled]:hover {
406
410
  cursor: default;
407
- color: fade(@color_button_fore, 30);
411
+ //color: fade(@color_button_fore, 30);
408
412
  text-shadow: none;
409
413
  pointer-events: none;
410
414
  }
@@ -417,7 +421,12 @@ input.@{PCSS}-button[disabled]:hover {
417
421
  @{P}-button:focus {
418
422
  // color: inherit;
419
423
  &.@{PCSS}-disabled {
420
- background-color: @color_button_back;
424
+ @_fore: ~"var(--@{PCSS}-color-disabled-container-inverse-rgb)";
425
+ @_back: ~"var(--@{PCSS}-color-disabled-container)";
426
+ //color: fade(@color_button_fore, 30);
427
+ //background-color: @color_button_back;
428
+ color: rgba(@_fore, .4);
429
+ background-color: @_back;
421
430
  cursor: default;
422
431
  }
423
432
 
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.40.0-jericho",
2
+ "version": "0.40.0-koptos",
3
3
  "name": "pacem-less",
4
4
  "homepage": "https://js.pacem.it",
5
5
  "repository": {