20 lines
393 B
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;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|