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.

Fix libAdwaita window controls

by roundabout, Sunday, 11 May 2025, 13:38:30 (1746970710), pushed by roundabout, Sunday, 11 May 2025, 13:38:46 (1746970726)

Author identity: vlad <vlad.muntoiu@gmail.com>

c7f4251a3a4b447ea28a1851f39d4839bef80a8d

src/gtk-4.0/sass/_common.scss

@@ -4415,3 +4415,15 @@ $gpanthera-tab-indicator-width: 3px;

                                
                                
                                
                            
                                
                                    
                                        
                                            
                                              }
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            }
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        /**
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                         * Fix for window controls in libAdwaita apps
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                         */
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        windowcontrols > button {
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                          @extend %button-flat;
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                          box-shadow: none;
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                          background-color: transparent;
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                          border-radius: theme.$circular-radius;
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        }