mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-14 07:39:52 +01:00
Pantheon desktop fixes
Fix level bar not showing in file manager Fix wrong accent color in file manager
This commit is contained in:
@@ -35,21 +35,19 @@
|
||||
|
||||
//elementary os file manager
|
||||
&.source-list{
|
||||
background: $base_color;
|
||||
background: $_sidebar_color;
|
||||
padding: 4px 0px;
|
||||
&.view{
|
||||
transition: all .12s ease-in;
|
||||
&:selected {
|
||||
padding-left: 4px;
|
||||
background: transparentize(#eee, 0.5);
|
||||
color: #ACACAC;
|
||||
border-left: 4px solid $selected_bg_color;
|
||||
background: transparentize(darken($main_dark_color, 5%), 0.5);
|
||||
color: $selected_fg_color;
|
||||
&:active { box-shadow: inset 0 2px 3px -1px transparentize(black, 0.5); }
|
||||
|
||||
&.has-open-popup,
|
||||
&:hover { background-color: transparentize($selected_bg_color, 0.1); }
|
||||
&:hover { background-color: transparentize(black, 0.5); }
|
||||
|
||||
&:backdrop { background-color: $backdrop_selected_bg_color; }
|
||||
}
|
||||
&:hover, iconview.source-list:hover {
|
||||
background-color: if(variant == light, transparentize($bg_color, 0.6), transparentize($bg_color, 0.6));
|
||||
|
||||
Reference in New Issue
Block a user