Closed ppanero closed 3 years ago
The dropdown at the bottom should be whit instead of grey as background. URL https://127.0.0.1:5000/account/settings/applications/clients/new/
Should be like default https://semantic-ui.com/modules/dropdown.html
Most likely removing the button class from https://github.com/inveniosoftware/invenio-oauth2server/blob/ebd78e019e5a43affa7fe0eaf530773981278295/invenio_oauth2server/theme/semantic/form_styling.py#L21 would do the trick
button
invenio-theme part merged and release, pending on this repo's PR
Describe the bug
The dropdown at the bottom should be whit instead of grey as background. URL https://127.0.0.1:5000/account/settings/applications/clients/new/
Screenshots (if applicable)
Should be like default https://semantic-ui.com/modules/dropdown.html
Most likely removing the
button
class from https://github.com/inveniosoftware/invenio-oauth2server/blob/ebd78e019e5a43affa7fe0eaf530773981278295/invenio_oauth2server/theme/semantic/form_styling.py#L21 would do the trick