@citizenplane/pimp 18.9.26 → 18.9.28

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@citizenplane/pimp",
3
- "version": "18.9.26",
3
+ "version": "18.9.28",
4
4
  "scripts": {
5
5
  "dev": "storybook dev -p 8081",
6
6
  "build-storybook": "storybook build --output-dir ./docs",
@@ -344,6 +344,7 @@ onMounted(() => overrideAlignOverlay())
344
344
  }
345
345
 
346
346
  &__select {
347
+ position: relative;
347
348
  display: flex;
348
349
  align-items: center;
349
350
  justify-content: space-between;
@@ -588,7 +589,8 @@ onMounted(() => overrideAlignOverlay())
588
589
  }
589
590
 
590
591
  .cpMultiselect__toggle {
591
- display: none;
592
+ visibility: hidden;
593
+ pointer-events: none;
592
594
  }
593
595
  }
594
596
  }
@@ -50,7 +50,7 @@ const emit = defineEmits<Emits>()
50
50
  display: flex;
51
51
  align-items: center;
52
52
  justify-content: space-between;
53
- padding: var(--cp-spacing-lg) var(--cp-spacing-xl);
53
+ padding: var(--cp-spacing-xs) var(--cp-spacing-xl);
54
54
  border-radius: var(--cp-radius-md);
55
55
  background: var(--cp-background-primary);
56
56
  box-shadow: var(--cp-shadows-overlay);
@@ -200,9 +200,6 @@ watch(
200
200
 
201
201
  @include mx.media-query-max(768px) {
202
202
  .cpTabs {
203
- margin-right: var(--cp-spacing-xl);
204
- overflow-x: auto;
205
-
206
203
  &__activeUnderline {
207
204
  top: auto;
208
205
  bottom: auto;