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/thunar: Avoid double borders on sidebar

Thunar hardcodes ".shortcuts-pane { border-top-style: solid; }", so use border-width instead of border-style.

by roundabout, Sunday, 26 July 2020, 07:03:14 (1595746994), pushed by roundabout, Sunday, 11 May 2025, 13:22:54 (1746969774)

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

a0c4d45325b5598ae124f483a241024fd4f50045

src/gtk/sass/apps/_xfce.scss

@@ -174,7 +174,7 @@ XfdesktopIconView.view {

                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                              .shortcuts-pane.frame,
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                              .standard-view.frame {
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            border-style: none;
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            border-width: 0;
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                              }
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                              .sidebar .view:not(:selected) {