Removed (made effectless) focus-ring() on gtk4; improved focus aspect for every item, in gtk3 too.

This commit is contained in:
Néstor Andreu 2023-06-14 19:41:24 +02:00
parent 7c09d3f566
commit 1f8b497765
6 changed files with 94 additions and 74 deletions

View file

@ -57,5 +57,11 @@ $popover_radius: $window_radius;
}
}
// To avoid a frame around the desktop in Cinnamon desktop
.nemo-desktop-window stack {
background: none;
border: none;
}