feat: Additions for tables and io
- Add active state for rows - New elements for io - Remove unused SASS placeholders
This commit is contained in:
parent
295626eb6e
commit
530748663f
3 changed files with 19 additions and 24 deletions
|
|
@ -101,7 +101,10 @@ tfoot {
|
|||
// Row
|
||||
// -----------------------------------------------------------------------------
|
||||
tr {
|
||||
|
||||
&.active {
|
||||
color: config.$color_highlight_basic;
|
||||
background-color: config.$color_action_basic;
|
||||
}
|
||||
}
|
||||
|
||||
// Cells
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue