siriusmart@lemmy.world to Programmer Humor@lemmy.ml · 1 year agoNoooooo my divlemmy.worldimagemessage-square10fedilinkarrow-up117arrow-down10
arrow-up117arrow-down1imageNoooooo my divlemmy.worldsiriusmart@lemmy.world to Programmer Humor@lemmy.ml · 1 year agomessage-square10fedilink
minus-squareAlecSadler@lemmy.mllinkfedilinkEnglisharrow-up1·1 year agoI actually encountered an issue earlier today where my important wasn’t working…and it was because another dev had already added a more specific important. I deleted their important.
minus-squareXylight (Photon dev)@lemmy.xylight.devlinkfedilinkEnglisharrow-up2·1 year agofun fact: !important !important is essentially !importanter, and you can go even further if you want a hell of a css hierarchy
minus-squarewhatisallthis@lemm.eelinkfedilinkarrow-up2·1 year agoYou can also just write your class again as some sort of additional specificity like .myclass.myclass.myclass { color:red !important !important; }
minus-squareFUsername@feddit.delinkfedilinkarrow-up2·1 year agoThe fact that this and the prior comments work don’t make like CSS more tbh
minus-squareGombeenSysadmin@feddit.uklinkfedilinkarrow-up0·1 year agoWhen I read that, I can never not say “not important” in my head
minus-squarehellishharlot@programming.devlinkfedilinkarrow-up1·1 year agoYeah I think that makes CSS a manager. It’s always prioritizing not important things
z-index: 999999 !important;
!didistutter?;
I actually encountered an issue earlier today where my important wasn’t working…and it was because another dev had already added a more specific important.
I deleted their important.
!importanter;
fun fact:
!important !important
is essentially!importanter
, and you can go even further if you want a hell of a css hierarchyYou can also just write your class again as some sort of additional specificity like
.myclass.myclass.myclass { color:red !important !important; }
The fact that this and the prior comments work don’t make like CSS more tbh
When I read that, I can never not say “not important” in my head
Yeah I think that makes CSS a manager. It’s always prioritizing not important things