diff options
| author | Mark Otto <[email protected]> | 2013-07-18 00:10:22 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-18 00:10:22 -0700 |
| commit | 79a10feb7aaebfb8714f1b8abb0bcbb44eb53d65 (patch) | |
| tree | 8f99cf102ab6a31030dc54b468fea600127ff9b9 /less/tables.less | |
| parent | 87adbf7aa4eb4ba73813f440d8baf05a3cb434f2 (diff) | |
| download | bootstrap-79a10feb7aaebfb8714f1b8abb0bcbb44eb53d65.tar.xz bootstrap-79a10feb7aaebfb8714f1b8abb0bcbb44eb53d65.zip | |
Fixes #8452: adds `.active` to table classes
Diffstat (limited to 'less/tables.less')
| -rw-r--r-- | less/tables.less | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/less/tables.less b/less/tables.less index 3a546917c..b742897c1 100644 --- a/less/tables.less +++ b/less/tables.less @@ -219,6 +219,11 @@ table { // Exact selectors below required to override .table-striped .table > tbody > tr { + > td.active, + > th.active, + &.active > td { + background-color: @table-bg-hover; + } > td.success, > th.success, &.success > td { |
