Inline “table *” property blocks custom css
-
I’ve had some troubles with custom tables in twenty twenty. No matter what I did the inline css overruled my own css in a child theme. and made the border grey (I wanted it transparent or the colour of the background).
It is the line
pre,fieldset,input,textarea,table,table *,hr { border-color: #d3d3d3; }
where the last “table *” blocks everything.
My workaround has been to go to the functions.php and change twentytwenty_get_elements_array() by renaming table * to something else, but it’s not really an elegant solution, and it has to be done every time I update twenty twenty.
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
The topic ‘Inline “table *” property blocks custom css’ is closed to new replies.
