Skip to content

Commit

Permalink
(less) Fixes twbs#10341: don't change border color on contextual tabl…
Browse files Browse the repository at this point in the history
…e classes
  • Loading branch information
mdo committed Oct 29, 2013
1 parent 400cf34 commit aa66e3a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mixins.less
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,6 @@
&.@{state} > td,
&.@{state} > th {
background-color: @background;
border-color: @border;
}
}

Expand All @@ -453,7 +452,6 @@
&.@{state}:hover > td,
&.@{state}:hover > th {
background-color: darken(@background, 5%);
border-color: darken(@border, 5%);
}
}
}
Expand Down

0 comments on commit aa66e3a

Please sign in to comment.