diff --git a/less/material.less b/less/material.less index edd8ab9a..8852e408 100644 --- a/less/material.less +++ b/less/material.less @@ -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";