mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 15:29:53 +01:00
Pantheon desktop: Fix overlapping icons in file manager sidebar
This commit is contained in:
@@ -4017,7 +4017,6 @@ treeview ~ scrollbar.vertical {
|
||||
.sidebar.source-list.view, iconview.sidebar.source-list {
|
||||
transition: all .12s ease-in; }
|
||||
.sidebar.source-list.view:selected, iconview.sidebar.source-list:selected {
|
||||
padding-left: 4px;
|
||||
background: rgba(10, 12, 13, 0.5);
|
||||
color: #f7f7f7; }
|
||||
.sidebar.source-list.view:selected:active, iconview.sidebar.source-list:selected:active {
|
||||
|
||||
@@ -4017,7 +4017,6 @@ treeview ~ scrollbar.vertical {
|
||||
.sidebar.source-list.view, iconview.sidebar.source-list {
|
||||
transition: all .12s ease-in; }
|
||||
.sidebar.source-list.view:selected, iconview.sidebar.source-list:selected {
|
||||
padding-left: 4px;
|
||||
background: rgba(10, 12, 13, 0.5);
|
||||
color: #f7f7f7; }
|
||||
.sidebar.source-list.view:selected:active, iconview.sidebar.source-list:selected:active {
|
||||
|
||||
@@ -39,7 +39,6 @@
|
||||
&.view{
|
||||
transition: all .12s ease-in;
|
||||
&:selected {
|
||||
padding-left: 4px;
|
||||
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); }
|
||||
|
||||
Reference in New Issue
Block a user