Skip to content
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.

TextLink: Add styles for disabled state #123

Closed
diondiondion opened this issue Dec 3, 2020 · 0 comments
Closed

TextLink: Add styles for disabled state #123

diondiondion opened this issue Dec 3, 2020 · 0 comments
Assignees
Labels
Accessibility bug Something isn't working

Comments

@diondiondion
Copy link
Member

The TextLink component is built on top of ButtonCore which has an isDisabled prop (depending on whether a real link or a button is rendered, this will either render a <span> instead of a link, or add the aria-disabled attribute to buttons.

We need to add appropriate styling to make this state perceivable by users.

@diondiondion diondiondion added bug Something isn't working Accessibility labels Dec 3, 2020
@diondiondion diondiondion self-assigned this Dec 3, 2020
5app-Machine added a commit that referenced this issue Dec 3, 2020
# [11.23.0](v11.22.0...v11.23.0) (2020-12-03)

### Bug Fixes

* **TextLink:** Add styles for disabled state [#123](#123) ([54f699a](54f699a))

### Features

* **utils:** Adds new getDimmedTextColor utility ([b17027a](b17027a))
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Accessibility bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants