Skip to content
  • Daniel Boles's avatar
    themes: Make disabled Expander arrow look disabled · 154fa981
    Daniel Boles authored
    If GtkExpander:sensitive was FALSE, the arrow still got the normal fg
    colour, which made it look clickable, in contrast to the adjacent label.
    Fix this by adding selectors to catch the applicable :disabled states.
    
    Note: Needing these may indicate an oops in generic styles elsewhere,
    but I couldn’t see any, so let’s just get it looking right for now.
    
    GNOME/gtk#146
    154fa981