@appscode/design-system 2.0.82 → 2.0.83

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": "@appscode/design-system",
3
- "version": "2.0.82",
3
+ "version": "2.0.83",
4
4
  "description": "A design system for Appscode websites and dashboards made using Bulma",
5
5
  "main": "main.scss",
6
6
  "scripts": {
@@ -368,8 +368,6 @@
368
368
  .right-content {
369
369
  .multi-select-wrapper {
370
370
  min-width: 250px;
371
- transform: scale(0.9);
372
- margin-left: -10px;
373
371
  margin-right: 0px;
374
372
  label.show-label {
375
373
  display: none;
@@ -377,17 +375,24 @@
377
375
 
378
376
  .multiselect {
379
377
  .multiselect__tags {
380
- background-color: $primary-97;
378
+ background-color: $secondary-30;
381
379
  border: none;
382
380
  .multiselect__input {
383
381
  color: $ac-primary;
384
- background-color: $primary-97;
382
+ background-color: $secondary-30;
385
383
  }
386
384
 
387
385
  .multiselect__single {
388
386
  top: 0;
389
- color: $primary-10;
390
- background-color: $primary-97;
387
+ color: $white-100;
388
+ background-color: $secondary-30;
389
+ }
390
+ .multiselect__element {
391
+ display: block;
392
+ .multiselect__option {
393
+ display: block;
394
+ align-items: center;
395
+ }
391
396
  }
392
397
  }
393
398
  }