|
|
|
@ -37,7 +37,9 @@
|
|
|
|
> viewport {
|
|
|
|
> viewport {
|
|
|
|
> list.navigation-sidebar {
|
|
|
|
> list.navigation-sidebar {
|
|
|
|
padding: 16px 0 16px 0;
|
|
|
|
padding: 16px 0 16px 0;
|
|
|
|
background: none;
|
|
|
|
@if ($theme == 'nord') {
|
|
|
|
|
|
|
|
background: background(e);
|
|
|
|
|
|
|
|
}
|
|
|
|
border-radius: $window-radius - $space-size;
|
|
|
|
border-radius: $window-radius - $space-size;
|
|
|
|
|
|
|
|
|
|
|
|
> separator { background: none; }
|
|
|
|
> separator { background: none; }
|
|
|
|
@ -119,12 +121,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
> revealer > box {
|
|
|
|
> revealer > box {
|
|
|
|
color: $primary;
|
|
|
|
color: $primary;
|
|
|
|
background-color: $base;
|
|
|
|
@if ($theme == 'nord') {
|
|
|
|
border-image-width: 10px 10px 10px 46px;
|
|
|
|
background: background(g);
|
|
|
|
border-image-slice: 10 10 10 46;
|
|
|
|
} @else{
|
|
|
|
border-image-repeat: stretch;
|
|
|
|
border-image-width: 10px 10px 10px 46px;
|
|
|
|
border-image-source: -gtk-scaled(url("assets/row-selected#{$blackness-asset-suffix}#{$theme-asset-suffix}.png"),
|
|
|
|
border-image-slice: 10 10 10 46;
|
|
|
|
url("assets/row-selected#{$blackness-asset-suffix}#{$theme-asset-suffix}@2.png"));
|
|
|
|
border-image-repeat: stretch;
|
|
|
|
|
|
|
|
border-image-source: -gtk-scaled(url("assets/row-selected#{$blackness-asset-suffix}#{$theme-asset-suffix}.png"),
|
|
|
|
|
|
|
|
url("assets/row-selected#{$blackness-asset-suffix}#{$theme-asset-suffix}@2.png"));
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
label.sidebar-label {
|
|
|
|
label.sidebar-label {
|
|
|
|
|