Eric Brüggemann
Eric Brüggemann
KPCKevin Powell - Community
Created by Eric Brüggemann on 9/6/2024 in #front-end
Vertically align characters in different elements
can do so later
22 replies
KPCKevin Powell - Community
Created by Eric Brüggemann on 9/6/2024 in #front-end
Vertically align characters in different elements
yeah i just created 4 svgs that aligned and used them
22 replies
KPCKevin Powell - Community
Created by Eric Brüggemann on 9/6/2024 in #front-end
Vertically align characters in different elements
i went with svgs for the icons
22 replies
KPCKevin Powell - Community
Created by Eric Brüggemann on 8/13/2024 in #front-end
How to mark errors only if at least one none error field exists.
Okay after writing down the Problem and getting a new coffee i found the solution.
.container:has([errors]:not([errors=""])):not(:has(~ .container [errors=""])) {
outline: none;
}
.container:has([errors]:not([errors=""])):not(:has(~ .container [errors=""])) {
outline: none;
}
removes the marking on all blocks i want it to be removed
2 replies