picocss/scss
Tobias Buschor d74f2dcc62
:not(thead) td does not work as expected
`table :not(thead) td`
also selects tds in thead
https://jsfiddle.net/zh8dx97b/4/

Not that specificity will not be incresed with this fix as * has zero specificity:
`:not(thead) > * > td`

Maybe `table {` could be dropped completely, since 'thead' and `td` only exist in table?
2021-07-19 07:10:38 +02:00
..
components Add a loading indicator for aria-busy 2021-07-17 15:19:19 +07:00
content Add a loading indicator for aria-busy 2021-07-17 15:19:19 +07:00
layout Remove duplicate property 2021-07-17 09:41:26 +07:00
themes :not(thead) td does not work as expected 2021-07-19 07:10:38 +02:00
utilities Add a loading indicator for aria-busy 2021-07-17 15:19:19 +07:00
_variables.scss CSS Vars refactoring 2021-07-02 16:54:41 +07:00
pico.classless.scss Improved documentation 2019-12-02 12:42:25 +07:00
pico.fluid.classless.scss CSS Vars refactoring 2021-07-02 16:54:41 +07:00
pico.scss Minor Release (v1.3.2) 2021-07-18 10:35:59 +07:00
pico.slim.scss Minor Release (v1.3.2) 2021-07-18 10:35:59 +07:00