mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
* Implement cinnamon-settings code. (#471)
This commit is contained in:
committed by
Dustin Falgout
parent
4fb890854c
commit
8c5fbffa13
@@ -0,0 +1,19 @@
|
||||
/*********************
|
||||
! Cinnamon Settings *
|
||||
**********************/
|
||||
|
||||
@include exports("cinnamon-settings") {
|
||||
.cs-category-view {
|
||||
&, .view {
|
||||
&, &:backdrop {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
&:selected {
|
||||
&:focus, & {
|
||||
@extend %selected_items;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user