2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

Fixes #10341: don't change border color on contextual table classes

This commit is contained in:
Mark Otto
2013-10-28 21:19:48 -07:00
parent 67cab7fa05
commit c6e76d97ba
3 changed files with 1 additions and 9 deletions
-2
View File
@@ -441,7 +441,6 @@
&.@{state} > td,
&.@{state} > th {
background-color: @background;
border-color: @border;
}
}
@@ -453,7 +452,6 @@
&.@{state}:hover > td,
&.@{state}:hover > th {
background-color: darken(@background, 5%);
border-color: darken(@border, 5%);
}
}
}