fix(front): make all buttons clickable

This commit is contained in:
Ciarán Ainsworth 2023-11-12 21:07:26 +01:00
parent 2882025c7c
commit 3f7ffbc885
No known key found for this signature in database
1 changed files with 4 additions and 0 deletions

View File

@ -17,3 +17,7 @@ html {
input[type=search]::-webkit-search-cancel-button {
appearance: none;
}
button:enabled, [role="button"]:enabled {
cursor: pointer;
}