File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2306,9 +2306,19 @@ table.pyret-table thead {
23062306 position : sticky;
23072307 top : 0 ;
23082308}
2309+
2310+ table .pyret-table tr : last-child td : first-child {
2311+ border-bottom-left-radius : var (--table-radius );
2312+ }
2313+ table .pyret-table tr : last-child td : last-child {
2314+ border-bottom-right-radius : var (--table-radius );
2315+ }
2316+
23092317/* style first and last th elements to use the table's rounded corners */
2310- th : first-child { border-top-left-radius : var (--table-radius ); }
2311- th : last-child { border-top-right-radius : var (--table-radius ); }
2318+ table .pyret-table th : first-child { border-top-left-radius : var (--table-radius ); }
2319+ table .pyret-table th : last-child { border-top-right-radius : var (--table-radius ); }
2320+
2321+
23122322
23132323/* Force tables to be the full height of the viewport, leaving 225px for other chrome */
23142324table .pyret-table tbody {
You can’t perform that action at this time.
0 commit comments