Removed unused code

This commit is contained in:
Tim Hovius 2015-02-23 10:00:04 +01:00
parent 35fb7cc8a6
commit ecf242e3d3

View File

@ -72,13 +72,6 @@ legend {
.variations(~" li a:hover", color, @primary); .variations(~" li a:hover", color, @primary);
} }
// Active state
.dropdown-menu {
.variations(~" > .active > a", background-color, @primary);
.variations(~" > .active > a:hover", background-color, @primary);
.variations(~" > .active > a:focus", background-color, @primary);
}
// Alerts // Alerts
@import "_alerts.less"; @import "_alerts.less";