@appscode/design-system 1.0.43-alpha.61 → 1.0.43-alpha.62

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.
@@ -148,6 +148,32 @@
148
148
  background-color: $ac-white;
149
149
  }
150
150
 
151
+ // color swatch start
152
+ input[type="color"] {
153
+ -webkit-appearance: none;
154
+ border: none;
155
+ width: 20px;
156
+ height: 20px;
157
+ border-radius: 50%;
158
+ border: 1px solid #777;
159
+ margin-left: 3px;
160
+ padding: 2px;
161
+ cursor: pointer;
162
+ }
163
+ input[type="color"]::-webkit-color-swatch-wrapper {
164
+ padding: 0;
165
+ }
166
+ // input[type="color"]::-moz-color-swatch,
167
+ input[type="color"]::-webkit-color-swatch {
168
+ border: none;
169
+ border-radius: 50%;
170
+ }
171
+ input[type="color"]::-moz-color-swatch {
172
+ border: none;
173
+ border-radius: 50%;
174
+ }
175
+ // color swatch end
176
+
151
177
  .is-dark-theme {
152
178
  .dropdown-content {
153
179
  background-color: $dark-bg-light;
@@ -3,8 +3,8 @@
3
3
  .inner-header {
4
4
  padding: 6px 20px;
5
5
  border-bottom: 1px solid $ac-white-light;
6
- // display: flex;
7
- // align-items: center;
6
+ display: flex;
7
+ align-items: center;
8
8
  }
9
9
  // dashboard inner header end
10
10
  // .dashboard body header
@@ -129,11 +129,15 @@
129
129
  height: calc(100vh - 100px);
130
130
  overflow-y: auto;
131
131
  padding-top: 8px;
132
+ scrollbar-color: #fff #fff;
132
133
 
133
134
  /* width */
134
135
  &::-webkit-scrollbar {
135
136
  display: none;
136
137
  }
138
+ &::-webkit-scrollbar {
139
+ display: none;
140
+ }
137
141
 
138
142
  li {
139
143
  &.is-open {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appscode/design-system",
3
- "version": "1.0.43-alpha.61",
3
+ "version": "1.0.43-alpha.62",
4
4
  "description": "A design system for Appscode websites and dashboards made using Bulma",
5
5
  "main": "main.scss",
6
6
  "scripts": {