diff options
| author | Mark Otto <[email protected]> | 2014-03-24 19:57:55 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-03-24 19:57:55 -0700 |
| commit | 09a7770919eb00218c8d719f4c001ae22b0e0be8 (patch) | |
| tree | 9ba518d28844116837bbce9b8f07b0978a37c80c | |
| parent | 06451a58d0d69ca035d3564f4a69c6e7b7f15ff9 (diff) | |
| parent | 7ea9538defbb997a0f891967e4f9c3f09a06d441 (diff) | |
| download | bootstrap-09a7770919eb00218c8d719f4c001ae22b0e0be8.tar.xz bootstrap-09a7770919eb00218c8d719f4c001ae22b0e0be8.zip | |
Merge pull request #13013 from ogonkov/patch-1
Support for hovering on cell's with some state
| -rw-r--r-- | less/mixins/table-row.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/less/mixins/table-row.less b/less/mixins/table-row.less index 30a30e363..0f287f1a8 100644 --- a/less/mixins/table-row.less +++ b/less/mixins/table-row.less @@ -20,6 +20,7 @@ > td.@{state}:hover, > th.@{state}:hover, &.@{state}:hover > td, + &:hover > .@{state}, &.@{state}:hover > th { background-color: darken(@background, 5%); } |
