Skip to content

Commit 3e640b1

Browse files
authored
DRYD-1925 Accessibility > Contrast/Design of Buttons (Criteria 1.4.3) (#26)
1 parent abf0911 commit 3e640b1

4 files changed

Lines changed: 11 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
## 2.1.2
4+
* Changed button color palette
5+
36
## 2.1.1
47

58
* Increase contrast in disabled mini button text

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cspace-input",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"description": "CollectionSpace input components",
55
"author": "Ray Lee <ray.lee@lyrasis.org>",
66
"license": "ECL-2.0",

styles/colors.css

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@
44
@value textLabel: rgb(80, 80, 80);
55

66
@value buttonText: rgb(255, 255, 255);
7-
@value buttonBg: #73AA4F;
8-
@value buttonBgActive: #4A7F28;
9-
@value buttonBgDisabled: rgb(220, 220, 220);
7+
@value buttonBg: #003366;
8+
@value buttonBgActive: #305A8D;
9+
@value buttonBgDisabled: #4d4d4d;
10+
@value deleteButtonBg: #660000;
11+
@value deleteButtonBgActive: #990000;
1012
@value miniButtonBgDisabled: rgba(230, 230, 230, .4);
1113

1214
@value inputBg: rgb(255, 255, 255);

0 commit comments

Comments
 (0)