readthedocs / ext-theme

Read the Docs drop in replacement site templates
2 stars 2 forks source link

Standardize clipboard button styles #433

Closed agjohnson closed 1 month ago

agjohnson commented 2 months ago

Some views use a .ui.basic.button and some views use .ui.teal.button or .ui.primary.button. The issue with using a primary button color for secondary actions is that it dilutes other, actually important buttons like form save buttons. The UX around buttons should be that secondary actions are not primary colored.

I think the correct pattern here is to use .ui.button instead for all of these inputs. This mimics listing views, where icon buttons are not .ui.basic or .ui.primary.button:

image

And would look like this:

image