Pronovix / swagger_ui_formatter

Swagger UI Field Formatter for Drupal
GNU General Public License v2.0
3 stars 12 forks source link

CSS problem after update #68

Closed axel584 closed 3 years ago

axel584 commented 3 years ago

Hi, I've updated the drupal and the swagger_ui_formatter module and the exemple value area become grey : image

(before it was light yellow).

If I inspect the element, I see before the update : image

and after the update : image

The problem seem to be this background: rgb(51, 51, 51); But I have no idea where it come from.

How can I fix this problem ? I don't know if it's a "swagger", a "drupal" or a "swagger_ui_formatter" problem...

Thank you,

Axel

mxr576 commented 3 years ago

Because this module only adds a connector JS between Drupal and Swagger UI, I would say it is a Swagger UI issue.