MDL-56922 theme_boost: grey out activity icon when hidden

This was present in bootstrapbase and is I think an important visual
distinction.
This commit is contained in:
Dan Poltawski 2016-11-15 12:31:37 +00:00
parent b4d6669dd0
commit 3b195bfb81

View File

@ -89,6 +89,12 @@
text-indent: -31px;
padding-left: 31px;
}
.dimmed {
.activityicon {
opacity: .5;
}
}
}
}