Create style for permanently highlighted table rows

pull/1600/head
Alex P 2017-06-12 12:58:56 -07:00
parent 3568172491
commit b40dff4fcf
1 changed files with 5 additions and 0 deletions

View File

@ -169,6 +169,11 @@ $table-tab-scrollbar-height: 6px;
border-radius: 0 $radius-small $radius-small $radius-small;
}
.table > tbody > tr.highlight,
.table.table-highlight > tbody > tr.highlight {
background-color: $g4-onyx;
}
/*
Responsive Tables
----------------------------------------------