@appscode/design-system 1.1.0-beta.31 → 1.1.0-beta.32

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.
@@ -99,7 +99,7 @@
99
99
 
100
100
  .ui-builders-wrapper {
101
101
  .ac-nested-elements::before {
102
- bottom: 6px !important;
102
+ bottom: 10px !important;
103
103
  }
104
104
  }
105
105
 
@@ -646,7 +646,17 @@
646
646
  height: 36px;
647
647
  }
648
648
  }
649
+ &:focus {
650
+ outline: none;
651
+ box-shadow: none;
652
+ }
649
653
  }
650
654
  button.is-primary {
651
655
  background-color: $primary;
652
656
  }
657
+
658
+ .is-refresh {
659
+ i.fa {
660
+ color: $primary-10;
661
+ }
662
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appscode/design-system",
3
- "version": "1.1.0-beta.31",
3
+ "version": "1.1.0-beta.32",
4
4
  "description": "A design system for Appscode websites and dashboards made using Bulma",
5
5
  "main": "main.scss",
6
6
  "scripts": {
@@ -72,6 +72,19 @@
72
72
  visibility: visible;
73
73
  background-color: transparent;
74
74
  }
75
+ &.is-active {
76
+ color: $danger;
77
+ &:hover {
78
+ &::after {
79
+ background-color: $red-90;
80
+ }
81
+ }
82
+ &:after {
83
+ opacity: 1;
84
+ visibility: visible;
85
+ background-color: $red-95;
86
+ }
87
+ }
75
88
  }
76
89
  &.is-success {
77
90
  color: $success;