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";