Skip to content

Commit 2d3284b

Browse files
fix: Removed Text Color and Opacity from Disabled Input (Accessibility) (#830)
* fix: implemented the changes to the styles * chore: versioning
1 parent 68ce453 commit 2d3284b

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
### 6.3.2 (2022-08-24)
4+
5+
- [830](https://github.com/influxdata/clockface/pull/830): Removed text color change and opacity when inputs are disabled. Accessbility on text readability change.
6+
37
### 6.3.1 (2022-08-24)
48

59
- [829](https://github.com/influxdata/clockface/pull/829): Removed CSS filters from Selectable Card

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@influxdata/clockface",
3-
"version": "6.3.1",
3+
"version": "6.3.2",
44
"license": "MIT",
55
"main": "dist/index.js",
66
"style": "dist/index.css",

src/Components/Inputs/Input.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,5 @@ alternate css for the other sizes */
330330
.cf-input-field[disabled]:hover {
331331
border-color: $cf-input-border--disabled;
332332
background-color: $cf-input-background--disabled;
333-
color: $cf-input-text--disabled;
334333
cursor: not-allowed;
335-
opacity: $cf-disabled-opacity;
336334
}

0 commit comments

Comments
 (0)