@appscode/design-system 1.0.43-alpha.90 → 1.0.43-alpha.91

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.
@@ -24,7 +24,7 @@
24
24
  }
25
25
 
26
26
  &.in-ui-builder {
27
- grid-template-columns: calc(100% - 270px) 270px;
27
+ grid-template-columns: calc(100% - 270px) 270px !important;
28
28
  }
29
29
 
30
30
  &.has-ui-builder {
@@ -158,7 +158,12 @@
158
158
  border-radius: 4px;
159
159
  }
160
160
  }
161
-
161
+ .is-collapsed {
162
+ &.ac-nested-elements::before,
163
+ &.ac-nested-elements::after {
164
+ display: none;
165
+ }
166
+ }
162
167
  // details with checkradio
163
168
  .details-with-checkradio-wrapper {
164
169
  display: grid;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appscode/design-system",
3
- "version": "1.0.43-alpha.90",
3
+ "version": "1.0.43-alpha.91",
4
4
  "description": "A design system for Appscode websites and dashboards made using Bulma",
5
5
  "main": "main.scss",
6
6
  "scripts": {