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.

sass: Add missing dragged state in overlay()

by roundabout, Saturday, 6 March 2021, 23:33:08 (1615073588), pushed by roundabout, Sunday, 11 May 2025, 13:22:57 (1746969777)

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

3babe13699831b2c2adfee665188dcbe16e6cd45

src/_colors.scss

@@ -71,6 +71,8 @@ $on-dark: #fff;

                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                $opacity: .08 + $opacity-modifier;
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                              } @else if $state == "pressed" {
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                $opacity: .12 + $opacity-modifier;
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                          } @else if $state == "dragged" {
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            $opacity: .08 + $opacity-modifier;
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                              } @else if $state == "activated" {
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                $opacity: .12 + $opacity-modifier;
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                              } @else if $state == "selected" {
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                            
                                

src/_colors.scss.template

@@ -71,6 +71,8 @@ $on-dark: #fff;

                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                $opacity: .08 + $opacity-modifier;
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                              } @else if $state == "pressed" {
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                $opacity: .12 + $opacity-modifier;
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                          } @else if $state == "dragged" {
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            $opacity: .08 + $opacity-modifier;
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                              } @else if $state == "activated" {
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                $opacity: .12 + $opacity-modifier;
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                              } @else if $state == "selected" {