feat: Additions for tables and io

- Add active state for rows
- New elements for io
- Remove unused SASS placeholders
This commit is contained in:
sthag 2026-02-14 19:07:11 +01:00
parent 295626eb6e
commit 530748663f
3 changed files with 19 additions and 24 deletions

View file

@ -101,7 +101,10 @@ tfoot {
// Row
// -----------------------------------------------------------------------------
tr {
&.active {
color: config.$color_highlight_basic;
background-color: config.$color_action_basic;
}
}
// Cells