From a site I’ve inherited which is full of things like this (and lots of other very !important things). Send help.

  • key@lemmy.keychat.org
    link
    fedilink
    English
    arrow-up
    46
    ·
    8 months ago

    That’s why css names should be semantic. I’m sure it started actually purple until UX said “can we make this primary text more blue so it doesn’t look like a clicked link?” Replacing all references to “purple” wasn’t an option because of unrelated usage of that word elsewhere and they weren’t using an IDE capable of contextual rename of a css class. So they just changed the color code and called it a day.

      • FoxBJK@midwest.social
        link
        fedilink
        English
        arrow-up
        2
        ·
        8 months ago

        Gotta do it on the HTML files and JS files too. Then you gotta re-test every page that uses those files.

        Then the boss looks over your code and asks why you didn’t just change the actual color because that’s easier to QC.

    • HollandJim@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      arrow-down
      3
      ·
      edit-2
      8 months ago

      Yeah, but if you just used css variables, this would’ve been a doddle. One and done.

      I’m sorry but the solution to every argument is not just to throw of the word “semantic” in the sentence. Context is everything.

      • Victor@lemmy.world
        link
        fedilink
        English
        arrow-up
        4
        ·
        edit-2
        8 months ago

        I’m sorry but the solution to every argument is not just to throw of the word “semantic” in the sentence.

        I’m sorry but who is saying that? Nobody is. If you are paying attention to the context, you will notice they are talking about CSS class names. That’s the context, and it’s a valid point within that context.

  • I Cast Fist@programming.dev
    link
    fedilink
    English
    arrow-up
    4
    ·
    8 months ago

    Send help.

    Set up something to change all fonts to Comic Sans before you leave. That’s all the help I can offer you, OP

  • moog@lemm.ee
    link
    fedilink
    English
    arrow-up
    2
    ·
    8 months ago

    Why is a color class also changing the display to inline is what I wanna know