SyntaxFix
Write A Post
Hire A Developer
Questions
I used @jensgram solution to hide a div that contains a disabled input. So I hide the entire parent of the input.
Here is the code :
div:has(>input[disabled=disabled]) { display: none; }
Maybe it could help some of you.