diff --git a/front/src/style/globals/_app.scss b/front/src/style/globals/_app.scss index 1fc69cd8c..952cb307b 100644 --- a/front/src/style/globals/_app.scss +++ b/front/src/style/globals/_app.scss @@ -17,3 +17,7 @@ html { input[type=search]::-webkit-search-cancel-button { appearance: none; } + +button:enabled, [role="button"]:enabled { + cursor: pointer; +}