@agorapulse/ui-theme 20.3.8 → 20.3.9

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.
@@ -629,3 +629,11 @@
629
629
  .feature-locked-label {
630
630
  cursor: pointer;
631
631
  }
632
+
633
+ // Pinned items are moved to the top of the panel via `apSelectMultiple`.
634
+ // The boundary is the first unpinned option that follows a pinned one.
635
+ .ng-dropdown-panel .ap-option-pinned + .ng-option:not(.ap-option-pinned) {
636
+ border-top: 1px solid var(--ref-color-grey-10);
637
+ margin-top: var(--ref-spacing-xxs);
638
+ padding-top: var(--ref-spacing-xxs);
639
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agorapulse/ui-theme",
3
- "version": "20.3.8",
3
+ "version": "20.3.9",
4
4
  "description": "Agorapulse UI Theme Library",
5
5
  "repository": {
6
6
  "type": "git",