@appscode/design-system 1.0.43-alpha.159 → 1.0.43-alpha.161
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/components/_ac-card.scss
CHANGED
|
@@ -83,6 +83,7 @@
|
|
|
83
83
|
margin-right: 20px;
|
|
84
84
|
padding: 30px 20px 20px;
|
|
85
85
|
height: 140px;
|
|
86
|
+
cursor: pointer;
|
|
86
87
|
|
|
87
88
|
.ac-card-logo {
|
|
88
89
|
max-width: 50px;
|
|
@@ -109,7 +110,7 @@
|
|
|
109
110
|
}
|
|
110
111
|
|
|
111
112
|
&:hover {
|
|
112
|
-
background-color: $ac-
|
|
113
|
+
background-color: $ac-bg-light-gray;
|
|
113
114
|
}
|
|
114
115
|
}
|
|
115
116
|
|
package/package.json
CHANGED
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
<header-item v-if="showUpdateBtn && !isEditorReadOnly">
|
|
31
31
|
<ac-button
|
|
32
32
|
modifier-classes="is-square is-primary"
|
|
33
|
-
icon-class="
|
|
33
|
+
icon-class="floppy-o"
|
|
34
34
|
:class="{ 'is-loading': isUpdateActive }"
|
|
35
35
|
@click.prevent="$emit('updateData', activeKey, activeFile)"
|
|
36
36
|
/>
|