@appscode/design-system 1.0.43-alpha.72 → 1.0.43-alpha.73

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.
@@ -15,7 +15,7 @@ $dark-bg-light: var(--dark-bg-light);
15
15
  --ac-white-light: #3f3f3f;
16
16
  --ac-white-lighter: #2e323c;
17
17
  --ac-label-text: #8c8c8c;
18
- --ac-bg-light-gray: #2e323c;
18
+ --ac-bg-light-gray: #252830;
19
19
 
20
20
  --ac-color-value: hsl(
21
21
  var(--font-hsl-hue),
@@ -56,13 +56,14 @@
56
56
  }
57
57
 
58
58
  .options-items {
59
- box-shadow: $ac-shadow-1;
60
59
  border-radius: 4px;
61
60
  position: absolute;
62
61
  z-index: 99;
63
62
  background-color: $ac-white;
64
63
  min-width: 160px;
65
64
  top: 30px;
65
+ padding: 5px 0;
66
+ border: 1px solid $ac-white-light;
66
67
 
67
68
  li {
68
69
  .list-button {
@@ -78,8 +79,8 @@
78
79
  display: block;
79
80
 
80
81
  &:hover {
81
- background-color: $ac-primary;
82
- color: $ac-white;
82
+ background-color: $ac-bg-light-gray;
83
+ color: $ac-primary;
83
84
  }
84
85
 
85
86
  span {
@@ -93,14 +94,14 @@
93
94
 
94
95
  a {
95
96
  font-size: $font-size-small;
96
- padding: 10px 30px;
97
+ padding: 10px 15px;
97
98
  display: block;
98
99
  text-decoration: none !important;
99
100
  color: $ac-color-text !important;
100
101
 
101
102
  &:hover {
102
- background-color: $ac-primary;
103
- color: $ac-white !important;
103
+ background-color: $ac-bg-light-gray;
104
+ color: $ac-primary !important;
104
105
  }
105
106
  }
106
107
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appscode/design-system",
3
- "version": "1.0.43-alpha.72",
3
+ "version": "1.0.43-alpha.73",
4
4
  "description": "A design system for Appscode websites and dashboards made using Bulma",
5
5
  "main": "main.scss",
6
6
  "scripts": {