mabox-themes/dt-dark-theme/gtk-3.20/scss/apps/_cinnamon-applications.scss

20 lines
393 B
SCSS
Raw Normal View History

2020-02-19 22:31:24 +01:00
/*********************
! Cinnamon Settings *
**********************/
@include exports("cinnamon-settings") {
.cs-category-view {
&, .view {
&, &:backdrop {
background-color: transparent;
}
&:selected {
&:focus, & {
@extend %selected_items;
}
}
}
}
}