@appscode/design-system 2.2.56 → 2.2.58

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.2.56",
3
+ "version": "2.2.58",
4
4
  "description": "A design system for Appscode websites and dashboards made using Bulma",
5
5
  "main": "main.scss",
6
6
  "scripts": {
@@ -169,7 +169,7 @@
169
169
 
170
170
  .multiselect__tags > span {
171
171
  font-size: 13px;
172
- line-height: 1.6;
172
+ line-height: 1;
173
173
  color: $color-heading;
174
174
  }
175
175
 
@@ -617,6 +617,20 @@ li {
617
617
  }
618
618
 
619
619
  // Customize option group select
620
+ .multiselect__content {
621
+ .multiselect__element {
622
+ &:first-child {
623
+ .multiselect__option--group {
624
+ &.multiselect__option--disabled {
625
+ border-top: none !important;
626
+ margin-top: 0 !important;
627
+ padding-top: 12px !important;
628
+ }
629
+ }
630
+ }
631
+ }
632
+ }
633
+
620
634
  .option-group {
621
635
  .multiselect__option--disabled {
622
636
  background: transparent !important;
@@ -624,7 +638,7 @@ li {
624
638
  font-weight: 700 !important;
625
639
  font-size: 12px !important;
626
640
  border-top: 1px solid $color-border-light;
627
- min-height: 24px;
641
+ min-height: 24px !important;
628
642
  padding-top: 16px !important;
629
643
  margin-top: 4px !important;
630
644
  }