Gnome 45: Fix transparent background in nautilus when a folder is empty

This commit is contained in:
EliverLara
2023-12-13 14:42:36 -06:00
parent 3e1934f2b5
commit bbbc964228
3 changed files with 1 additions and 15 deletions
+1 -7
View File
@@ -47,13 +47,7 @@
}
}
}
&.background {
background-color: transparentize(darken($base_color,3%),0.05);
&:backdrop {
background-color: transparentize(darken($base_color,3%),0.05);
}
}
// Gnome 43 path-bar
#NautilusPathBar {
height: 20px;
-4
View File
@@ -5633,10 +5633,6 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
background-color: rgba(59, 66, 82, 0.5); }
.nautilus-window .sidebar .list-row:hover:active {
background-color: rgba(129, 161, 193, 0.9); }
.nautilus-window.background {
background-color: rgba(53, 59, 73, 0.95); }
.nautilus-window.background:backdrop {
background-color: rgba(53, 59, 73, 0.95); }
.nautilus-window #NautilusPathBar {
height: 20px;
margin-top: 7px;
-4
View File
@@ -5633,10 +5633,6 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
background-color: rgba(59, 66, 82, 0.5); }
.nautilus-window .sidebar .list-row:hover:active {
background-color: rgba(129, 161, 193, 0.9); }
.nautilus-window.background {
background-color: rgba(53, 59, 73, 0.95); }
.nautilus-window.background:backdrop {
background-color: rgba(53, 59, 73, 0.95); }
.nautilus-window #NautilusPathBar {
height: 20px;
margin-top: 7px;