This commit is contained in:
2025-12-23 13:05:03 -03:00
parent 6eff69f168
commit 22a2046fb1
5 changed files with 218 additions and 119 deletions

View File

@@ -9,3 +9,17 @@
* https://github.com/tailwindlabs/tailwindcss/issues/16733
*/
@source '../../../packages/ui';
@layer utilities {
/* Chrome, Safari, Edge, Opera */
.no-spinner::-webkit-outer-spin-button,
.no-spinner::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
/* Firefox */
.no-spinner {
-moz-appearance: textfield;
}
}