grassmunk / grassmunk/Chicago95

Better identifying disabled buttons

Open
#231 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
HTML
Stars
5.9k
Forks
201
PR merge metrics
No merged PRs in 30d

Description

I find it hard to tell whether a toolbar button that contains a icon, not text, is disabled or not. I added

button:disabled{opacity: 0.5;}

to `gtk-buttons.css` and found the results to be good because the icons are more grayed out:

![x](https://user-images.githubusercontent.com/75080827/156841112-62ca9626-7d4f-4480-bd0b-0828389967fc.png)

On the other hand, text buttons become arguably harder to read it (it is a deal for me nonetheless).

Do you agree with my premise in the first paragraph? Is there a way to target only icon buttons for opacity changes?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.