Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove IE7 CSS hack #7526

Merged
merged 1 commit into from
Sep 30, 2021
Merged

Remove IE7 CSS hack #7526

merged 1 commit into from
Sep 30, 2021

Commits on Sep 27, 2021

  1. Remove IE7 CSS hack

    Remove this [star hack](https://stackoverflow.com/a/14927670/808699) that was targeting IE 5.5 to 7. I noticed it because of a warning I received when minifying swagger-ui's CSS:
    
    ```
    warnings when minifying css:
     > <stdin>:192:30201: warning: Expected identifier but found "*"
        192 │ ...fter{clear:both}.swagger-ui .cf{*zoom:1}.swagger-ui .cl{clear:le...
    ```
    silverwind authored Sep 27, 2021
    Configuration menu
    Copy the full SHA
    96fd417 View commit details
    Browse the repository at this point in the history