fixes #912: better styling for active buttons in input groups

This commit is contained in:
SergeyKhval 2016-03-15 10:34:47 +03:00
parent 5842062c23
commit 686e5e1d0d

View File

@ -53,6 +53,10 @@
}
}
}
&.active {
color: @mdb-text-color-light;
}
}
//--