Skip to content

Commit

Permalink
updated css to show inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
chitalian committed Jan 23, 2025
1 parent 5e722e0 commit 8ae011b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
4 changes: 0 additions & 4 deletions web/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@
}
}

input {
@apply appearance-none outline-none;
}

.glass {
@apply bg-white/[.3333] backdrop-blur-md;
}
Expand Down
5 changes: 0 additions & 5 deletions web/styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,6 @@
}
}

input {
appearance: none;
outline: none;
}

/* Hide the arrows for Chrome, Safari, Edge, and Opera */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
Expand Down

0 comments on commit 8ae011b

Please sign in to comment.