1
0
Fork 0
mirror of https://github.com/twbs/bootstrap-sass.git synced 2022-11-09 12:27:02 -05:00

rake convert

This commit is contained in:
Gleb Mazovetskiy 2013-08-22 10:40:32 +02:00
parent 0e8d41db36
commit 35705f455d
2 changed files with 3 additions and 2 deletions

View file

@ -1,4 +1,4 @@
module Bootstrap
VERSION = '3.0.0.0'
BOOTSTRAP_SHA = 'e143c3547241a1f92f54849ffbcb0745f3f8002c'
BOOTSTRAP_SHA = '1bcf9f126d2ab72b67190e9284bb7e7ce7a94719'
end

View file

@ -392,7 +392,8 @@
.table-hover > tbody > tr {
> td.#{$state}:hover,
> th.#{$state}:hover,
&.#{$state}:hover > td {
&.#{$state}:hover > td,
&.#{$state}:hover > th {
background-color: darken($background, 5%);
border-color: darken($border, 5%);
}