@appscode/design-system 1.1.0-beta.97 → 1.1.0-beta.98

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appscode/design-system",
3
- "version": "1.1.0-beta.97",
3
+ "version": "1.1.0-beta.98",
4
4
  "description": "A design system for Appscode websites and dashboards made using Bulma",
5
5
  "main": "main.scss",
6
6
  "scripts": {
@@ -39,7 +39,7 @@ onClickOutside(navbarItem, () => (isActive.value = ""));
39
39
 
40
40
  <style lang="scss" scoped>
41
41
  .ac-menu-item {
42
- margin-left: 12px;
42
+ margin-left: 8px;
43
43
  position: relative;
44
44
 
45
45
  &.is-active {
@@ -367,8 +367,9 @@ onUpdated(() => {
367
367
  color: $primary-10;
368
368
  border: none;
369
369
 
370
- a {
370
+ a:not(.tag a) {
371
371
  color: $primary;
372
+ font-weight: 500 !important;
372
373
  transition: 0.3s ease-in-out;
373
374
  font-weight: 400;
374
375
  }
@@ -377,8 +378,8 @@ onUpdated(() => {
377
378
  .tag {
378
379
  a {
379
380
  color: $primary;
380
- font-weight: 500;
381
381
  transition: 0.3s ease-in-out;
382
+ font-weight: 500;
382
383
 
383
384
  &:hover {
384
385
  color: $primary-5;