@appscode/design-system 2.0.23-alpha.3 → 2.0.24

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.23-alpha.3",
3
+ "version": "2.0.24",
4
4
  "description": "A design system for Appscode websites and dashboards made using Bulma",
5
5
  "main": "main.scss",
6
6
  "scripts": {
@@ -196,6 +196,7 @@
196
196
 
197
197
  .multiselect--disabled {
198
198
  opacity: unset;
199
+ background: transparent !important;
199
200
  }
200
201
 
201
202
  &.is-disable {