mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
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;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|