Dublicate css code in style.css - by Royalty

This topic has 2 replies, 2 voices, and was last updated 8 years, 3 months ago ago by Stan Russell

  • Avatar: Royalty
    Royalty
    Participant
    January 18, 2016 at 15:18

    Hello, just noticed that you have dublicate css code in style.css, line 146 – 171:

    .woocommerce-info,
    .alert-info,
    .info,
    .info {
      background-color: #d9edf7;
      border-color: #bce8f1;
    }
    .woocommerce-info:before,
    .alert-info:before,
    .info:before,
    .info:before {
      content: "\f129";
    }
    .woocommerce-warning,
    .alert-warning,
    .warning,
    .warning {
      background-color: #fcf8e3;
      border-color: #faebcc;
    }
    .woocommerce-warning:before,
    .alert-warning:before,
    .warning:before,
    .warning:before {
      content: "\f12a";
    }

    -> .info, .info:before, .warning, .warning:before are each listed twice.
    Would be nice if you would correct it in the new update.
    Thank you.

    And the whole block from line 63 comes again in line 11503, just with some more css in it. Why dont you summarize both into one?

    .woocommerce-message,
    .alert-success,
    .success,
    .woocommerce-error,
    .alert-error,
    .error,
    .woocommerce-info,
    .alert-info,
    .info,
    .woocommerce-warning,
    .alert-warning,
    .warning
    1 Answer
    Avatar: stan
    Stan Russell
    Participant
    January 19, 2016 at 08:25

    Hello Royalty,

    thank you for this notice. We will check it.

    Regards,
    Stan Russell.

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.