Removed unused code

This commit is contained in:
Tim Hovius 2015-02-27 12:14:08 +01:00
parent 85841d984d
commit ebd75a7d47

View File

@ -73,13 +73,6 @@ legend {
.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
@import "_alerts.less";