@primer/css 0.0.0-20220112181257 → 0.0.0-20220112200420

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.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @primer/css
2
2
 
3
- ## 0.0.0-20220112181257
3
+ ## 0.0.0-20220112200420
4
4
 
5
5
  ### Major Changes
6
6
 
@@ -236,7 +236,8 @@
236
236
  .ActionList-item-multiSelectCheckmark {
237
237
  visibility: hidden;
238
238
  opacity: 0;
239
- transition: visibility 0 linear $actionList-item-checkmark-transition-timing,
239
+ transition:
240
+ visibility 0 linear $actionList-item-checkmark-transition-timing,
240
241
  opacity $actionList-item-checkmark-transition-timing;
241
242
  }
242
243
 
package/buttons/misc.scss CHANGED
@@ -55,7 +55,7 @@
55
55
  color: var(--color-accent-fg);
56
56
  background: none;
57
57
  border-color: var(--color-btn-active-border);
58
- // this might be wrong here, test
58
+
59
59
  @include focusOutline;
60
60
  }
61
61