2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

combined .disabled and [disabled] and confirmed in ie7/8

This commit is contained in:
Mark Otto
2012-01-27 18:44:17 -08:00
parent 7e72eb5063
commit aaa530c27e
3 changed files with 8 additions and 39 deletions
+1 -6
View File
@@ -360,12 +360,7 @@
.gradientBar(@startColor, @endColor);
// in these cases the gradient won't cover the background, so we override
&:hover, &:active, &.active, &.disabled {
background-color: @endColor;
}
// called out separately because IE8 would ignore otherwise
&[disabled] {
&:hover, &:active, &.active, &.disabled, &[disabled] {
background-color: @endColor;
}