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.

cinnamon: Fix a typo

by roundabout, Sunday, 4 April 2021, 04:35:30 (1617510930), pushed by roundabout, Sunday, 11 May 2025, 13:23:03 (1746969783)

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

6479e7a88baa3e98848fbd5030da2de366c174a8

src/cinnamon/sass/_common.scss

@@ -521,7 +521,7 @@ StScrollView {

                                
                                
                                
                            
                                
                                    
                                        
                                            
                                              background-image: url(assets/add-workspace.svg);
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                              height: 200px;
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                              width: 35px;
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                          transition-duration: shorter_duration;
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                          transition-duration: theme.$state-duration;
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                              &:hover {
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                background-image: url(assets/add-workspace-hover.svg);
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                              }