2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

remove more ie7 css hacks

This commit is contained in:
Mark Otto
2012-09-30 23:20:43 -07:00
parent 08446563b9
commit 3f2938948d
4 changed files with 0 additions and 33 deletions
-1
View File
@@ -448,7 +448,6 @@
&:hover, &:active, &.active, &.disabled, &[disabled] {
color: @textColor;
background-color: @endColor;
*background-color: darken(@endColor, 5%);
}
// IE8 can't handle box-shadow to show active, so we darken a bit ourselves