// The category or course is hidden.
&[data-visible="0"] {
.muted;
- a.categoryname {
- .muted;
- }
> div {
> a {
.muted;
}
}
}
- > ul .item-actions.category-item-actions {
- // If the category is hidden hide both show and hide icons for sub categories.
- .action-hide,
- .action-show {
- display: none;
- }
- }
}
&.highlight {
background-color:transparent;