16 lines
247 B
CSS
16 lines
247 B
CSS
@import "tailwindcss";
|
|
|
|
/* Ensure all interactive elements show pointer cursor */
|
|
button,
|
|
[role="button"],
|
|
a,
|
|
select,
|
|
label[for],
|
|
input[type="checkbox"],
|
|
input[type="radio"],
|
|
input[type="file"],
|
|
input[type="color"],
|
|
summary {
|
|
cursor: pointer;
|
|
}
|