argyleink / gui-challenges

Components from the YouTube show GUI Challenges: accessible, responsive, adaptive and cross browser components.

Home Page:https://youtube.com/playlist?list=PLNYkxOF6rcIAaV1wwI9540OC_3XoIzMjQ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Table header border radius set only for first row

Tihomir971 opened this issue · comments

:where(table thead th:first-child) {
border-top-left-radius: var(--nice-inner-radius);
}
Last child also

It should be set only on first row in header (someone can have more then one row)