css/base: apply impact style to full container

This commit is contained in:
Thomas Gelf 2016-02-29 22:17:54 +01:00
parent b6fd4f5584
commit ed8c66e84c

View File

@ -163,10 +163,11 @@ td, th {
// Styles for when containers are loading. JS will remove this once the containers are ready // Styles for when containers are loading. JS will remove this once the containers are ready
.impact { .impact {
.active > a, // Remove > a once .tabs layout has been fixed
.controls,
.content {
.transition(background-color 2s 1s linear !important); .transition(background-color 2s 1s linear !important);
background-color: @gray-lighter !important; background-color: @gray-lighter !important;
} }
.impact > .controls, .impact li.active a {
.transition(background-color 2s 1s linear !important);
background-color: @gray-lighter !important;
} }