@appscode/design-system 1.0.43-alpha.98 → 1.0.43-alpha.99

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.
@@ -101,6 +101,7 @@
101
101
  display: block;
102
102
  text-decoration: none !important;
103
103
  color: $ac-color-text !important;
104
+ border: none;
104
105
 
105
106
  &:hover {
106
107
  background-color: $ac-bg-light-gray;
@@ -170,7 +170,6 @@
170
170
  .terminal-setting {
171
171
  background-color: var(--dark-bg);
172
172
  padding: 5px 20px;
173
- border-bottom: 1px solid $ac-white-light;
174
173
 
175
174
  .left-content {
176
175
  .ac-select-box-wrapper {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appscode/design-system",
3
- "version": "1.0.43-alpha.98",
3
+ "version": "1.0.43-alpha.99",
4
4
  "description": "A design system for Appscode websites and dashboards made using Bulma",
5
5
  "main": "main.scss",
6
6
  "scripts": {