Active state for sidebar pinned playlists

This commit is contained in:
James Barnsley
2021-04-23 22:03:31 +12:00
parent 1e2a61eb51
commit f41646b4da

View File

@ -77,12 +77,17 @@
&.sidebar__menu__item {
color: colour('mid_grey');
&:before,
&:after {
display: none;
}
@include theme('light') {
color: colour('soft_grey');
}
&--active {
background: transparent;
&.active {
background: transparent !important;
color: colour('turquoise') !important;
}
}