Skip to content

Commit

Permalink
fix: Removed Text Color and Opacity from Disabled Input (Accessibilit…
Browse files Browse the repository at this point in the history
…y) (#830)

* fix: implemented the changes to the styles

* chore: versioning
  • Loading branch information
brandenTenbrink authored Aug 30, 2022
1 parent 68ce453 commit 2d3284b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

### 6.3.2 (2022-08-24)

- [830](https://github.com/influxdata/clockface/pull/830): Removed text color change and opacity when inputs are disabled. Accessbility on text readability change.

### 6.3.1 (2022-08-24)

- [829](https://github.com/influxdata/clockface/pull/829): Removed CSS filters from Selectable Card
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@influxdata/clockface",
"version": "6.3.1",
"version": "6.3.2",
"license": "MIT",
"main": "dist/index.js",
"style": "dist/index.css",
Expand Down
2 changes: 0 additions & 2 deletions src/Components/Inputs/Input.scss
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,5 @@ alternate css for the other sizes */
.cf-input-field[disabled]:hover {
border-color: $cf-input-border--disabled;
background-color: $cf-input-background--disabled;
color: $cf-input-text--disabled;
cursor: not-allowed;
opacity: $cf-disabled-opacity;
}

0 comments on commit 2d3284b

Please sign in to comment.