fix(front): make all buttons clickable
This commit is contained in:
parent
2882025c7c
commit
3f7ffbc885
|
@ -17,3 +17,7 @@ html {
|
||||||
input[type=search]::-webkit-search-cancel-button {
|
input[type=search]::-webkit-search-cancel-button {
|
||||||
appearance: none;
|
appearance: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button:enabled, [role="button"]:enabled {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue