mabox-themes/Mabox-superdesk/gtk-3.20/scss/apps/_cinnamon-applications.scss

20 lines
393 B
SCSS

/*********************
! Cinnamon Settings *
**********************/
@include exports("cinnamon-settings") {
.cs-category-view {
&, .view {
&, &:backdrop {
background-color: transparent;
}
&:selected {
&:focus, & {
@extend %selected_items;
}
}
}
}
}