@appscode/design-system 1.0.43-alpha.63 → 1.0.43-alpha.64

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.
@@ -23,7 +23,7 @@
23
23
  a {
24
24
  &.ac-dropdown-button {
25
25
  .ac-arrow-down {
26
- right: -3px !important;
26
+ right: 0px !important;
27
27
  }
28
28
  }
29
29
 
@@ -155,7 +155,7 @@
155
155
  height: calc(100vh - 100px);
156
156
  overflow-y: auto;
157
157
  padding-top: 8px;
158
- scrollbar-color: $ac-white $ac-white;
158
+ scrollbar-color: $ac-white-light transparent;
159
159
 
160
160
  /* width */
161
161
  &::-webkit-scrollbar {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appscode/design-system",
3
- "version": "1.0.43-alpha.63",
3
+ "version": "1.0.43-alpha.64",
4
4
  "description": "A design system for Appscode websites and dashboards made using Bulma",
5
5
  "main": "main.scss",
6
6
  "scripts": {