@florid-kit/components 0.3.36 → 0.3.37
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/index.js +0 -5
- package/index.mjs +0 -5
- package/package.json +1 -1
package/index.js
CHANGED
package/index.mjs
CHANGED
|
@@ -1154,11 +1154,6 @@ u.styles = A`
|
|
|
1154
1154
|
}
|
|
1155
1155
|
}
|
|
1156
1156
|
|
|
1157
|
-
.button:hover:not([disabled]) {
|
|
1158
|
-
background-color: var(--button-bg-hover);
|
|
1159
|
-
color: var(--button-text-hover);
|
|
1160
|
-
}
|
|
1161
|
-
|
|
1162
1157
|
.button:active:not([disabled]) {
|
|
1163
1158
|
background-color: var(--button-bg-pressed);
|
|
1164
1159
|
}
|