A fork of the Materia GTK theme.

Important information: Google announced that, from September 2026, Android devices will require ALL apps to be signed by Google, effectively leading to an iOS situation. Value your right to a computer that does what you want; do not tolerate this monopolistic practice! Contact me if you don't understand why it is bad. Click to learn more.

gtk/nemo: Drop workaround for ugly spacing in older versions

This is no longer needed as upstream removed the spacing since 3.8.0.

by roundabout, Saturday, 13 June 2020, 01:28:56 (1592011736), pushed by roundabout, Sunday, 11 May 2025, 13:22:53 (1746969773)

Author identity: nana-4 <hnmaigo@gmail.com>

3c373d906ee1ac8d79cc0ce762bbcbff9117f84e

src/gtk/sass/apps/_nemo.scss

@@ -35,7 +35,10 @@

                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                .view:not(:selected) { background-color: transparent; }
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                              }
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                          infobar { margin-top: -6px; }
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                          infobar {
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            // The ugly 6px spacing has been removed since 3.8.0
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            // margin-top: -6px;
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                          }
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                              // Inactive F3 pane shading
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                              .nemo-inactive-pane .view:not(:selected) { background-color: $base-alt; }