@kumori/aurora-wui-components 0.0.273-dev4131.35 → 0.0.273-dev4131.36
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/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1173,7 +1173,7 @@ var AxebowQuickActionCard = class AxebowQuickActionCard extends LitElement {
|
|
|
1173
1173
|
render() {
|
|
1174
1174
|
return html`
|
|
1175
1175
|
<div
|
|
1176
|
-
class="flex flex-col items-center justify-center gap-1 w-42 min-h-19 px-4 py-0.5 rounded bg-white ${this.hoverEffect ? "hover:bg-(--axebow-base) cursor-pointer transition-colors duration-150" : ""}"
|
|
1176
|
+
class="flex flex-col items-center justify-center gap-1 w-42 min-h-19 px-4 py-0.5 rounded bg-white ${this.hoverEffect ? "hover:bg-(--axebow-base) cursor-pointer transition-colors duration-150" : "cursor-default"}"
|
|
1177
1177
|
@click=${this._onClick}
|
|
1178
1178
|
>
|
|
1179
1179
|
<axebow-icon iconName=${this.icon} iconColor="var(--axebow-primary)" size="xl"></axebow-icon>
|