2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00

remove plain-hover-focus from list group mixin

This commit is contained in:
Mark Otto
2016-12-28 13:52:31 -08:00
committed by Mark Otto
parent f228802fd0
commit 78d0e97509
+3 -5
View File
@@ -20,11 +20,9 @@
}
&.active {
@include plain-hover-focus {
color: #fff;
background-color: $color;
border-color: $color;
}
color: #fff;
background-color: $color;
border-color: $color;
}
}
}