@appscode/design-system 1.0.43-alpha.204 → 1.0.43-alpha.205

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.
@@ -153,6 +153,19 @@
153
153
  }
154
154
  }
155
155
  }
156
+
157
+ &.kubedb-ui-tabs {
158
+ ul {
159
+ border-bottom: none;
160
+ li {
161
+ &.is-active {
162
+ a {
163
+ border-bottom: 3px solid $ac-primary !important;
164
+ }
165
+ }
166
+ }
167
+ }
168
+ }
156
169
  }
157
170
  }
158
171
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appscode/design-system",
3
- "version": "1.0.43-alpha.204",
3
+ "version": "1.0.43-alpha.205",
4
4
  "description": "A design system for Appscode websites and dashboards made using Bulma",
5
5
  "main": "main.scss",
6
6
  "scripts": {