inveniosoftware / invenio-oauth2server

Invenio modules that implements OAuth 2 server.
https://invenio-oauth2server.readthedocs.io
MIT License
4 stars 43 forks source link

dropdown background should be white #222

Closed ppanero closed 3 years ago

ppanero commented 3 years ago

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)

Screenshot 2020-12-09 at 14 27 24

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

ppanero commented 3 years ago

invenio-theme part merged and release, pending on this repo's PR