• Closed
  • Webmaster
    Spectator
    25.05.2016 at 17:32 #27994

    Why does the Evolve+ theme’s style.css use the !important tag ?
    /* Tables */
    table {
    …..
    border: 1px solid #E0DDDD !important;

    Use of the CSS !important tag should not be used unless “absolutely necessary”. Use of this tag is considered to be extremely poor design. The “C” in CSS means cascading. Using !important will violate the normal rules.

    If “necessary”, why is the CSS !important tag used at the generic HTML Table level so that it applies to ALL Tables rather than being limited by a Class or Id ?

    Roman
    Spectator
    Posts: 3147
    26.05.2016 at 07:07 #28004

    yes, we are aware of this and we plan to fix it in one of the future updates. thanks!