From ecf242e3d31aa50dec92bd675333b71bdc2aa209 Mon Sep 17 00:00:00 2001 From: Tim Hovius Date: Mon, 23 Feb 2015 10:00:04 +0100 Subject: [PATCH] Removed unused code --- less/material.less | 7 ------- 1 file changed, 7 deletions(-) diff --git a/less/material.less b/less/material.less index 9de2a0aa..1f0d916e 100644 --- a/less/material.less +++ b/less/material.less @@ -72,13 +72,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";