@luscii-healthtech/web-ui 40.0.0 → 40.0.1
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/web-ui-tailwind.css +3 -0
- package/package.json +1 -1
package/dist/web-ui-tailwind.css
CHANGED
|
@@ -4142,6 +4142,9 @@ button, input:where([type='button'], [type='reset'], [type='submit']), ::file-se
|
|
|
4142
4142
|
td, th {
|
|
4143
4143
|
padding: 1px;
|
|
4144
4144
|
}
|
|
4145
|
+
button:not(:disabled), [role="button"]:not(:disabled) {
|
|
4146
|
+
cursor: pointer;
|
|
4147
|
+
}
|
|
4145
4148
|
@keyframes enter {
|
|
4146
4149
|
from {
|
|
4147
4150
|
opacity: var(--tw-enter-opacity, 1);
|