mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 15:29:53 +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:
@@ -281,3 +281,26 @@ LibraryWindow {
|
||||
0 1px 2px transparentize(#000, 0.77);
|
||||
}
|
||||
|
||||
/**level bars**/
|
||||
|
||||
.sidebar .source-list{
|
||||
&.view {
|
||||
&.level-bar {
|
||||
&,&:selected,&:selected:focus{
|
||||
background-color: lighten($_sidebar_color, 15%);
|
||||
border: 1px solid transparentize(black, 0.86);
|
||||
box-shadow: 0 1px 0 transparentize(#000, 0.75);
|
||||
border-radius: 2px;
|
||||
}
|
||||
&.fill-block{
|
||||
border: none;
|
||||
}
|
||||
}
|
||||
&.fill-block{
|
||||
&,&:hover,&:selected,&:selected:focus{
|
||||
background-image: none;
|
||||
background-color: $yellow;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user