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(firefox): Add a workaround for disabled menuitem label color

by roundabout, Sunday, 5 January 2020, 05:51:14 (1578203474), pushed by roundabout, Sunday, 11 May 2025, 13:22:47 (1746969767)

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

0dfc4986e7ecebc35e49c672e463ccf34ccc5831

src/_sass/gtk/apps/_misc.scss

@@ -188,6 +188,12 @@ tooltip.background.chromium { background-color: rgba($tooltip, 1); }

                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                              // remove ugly border around the menus
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                              menu { border: none; }
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                          // Workaround: Firefox doesn't properly read color from
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                          // menuitem:disabled, but from menuitem label:disabled.
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                          menuitem label:disabled {
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            color: $text-disabled;
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                          }
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            }
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            // for backward compatibility