@appscode/design-system 1.1.0-alpha.10 → 1.1.0-alpha.11

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.
@@ -1,4 +1,4 @@
1
- %card-hover {
1
+ .has-hover-style{
2
2
  cursor: pointer;
3
3
 
4
4
  &::before {
@@ -8,13 +8,6 @@
8
8
  transition: 0.3s ease-in-out;
9
9
  position: relative;
10
10
  z-index: 1;
11
- &.has-hover-style {
12
- @extend %card-hover;
13
- }
14
-
15
- // &:hover {
16
- // border: 1px solid #1971bd;
17
- // }
18
11
 
19
12
  .c-header {
20
13
  display: flex;
@@ -101,9 +94,6 @@
101
94
  max-width: 390px;
102
95
  min-width: 290px;
103
96
  position: relative;
104
- &.has-hover-style {
105
- @extend %card-hover;
106
- }
107
97
 
108
98
  .required {
109
99
  position: absolute;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appscode/design-system",
3
- "version": "1.1.0-alpha.10",
3
+ "version": "1.1.0-alpha.11",
4
4
  "description": "A design system for Appscode websites and dashboards made using Bulma",
5
5
  "main": "main.scss",
6
6
  "scripts": {