Skip to content

Commit

Permalink
Merge pull request #30 in FFE/ffe-form from bugfix/DIG-20497-aria-inv…
Browse files Browse the repository at this point in the history
…alid-option-color to master

* commit '4ca7c1afb1a5ccbbdddcf954cc31c0f5649d04b1':
  DIG-20497 change invalid option color
  • Loading branch information
antidecaf committed Feb 24, 2017
2 parents 0bd7492 + d712a13 commit dab0227
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## v4.1.3
* Changed color of option text in selects with validation errors to default blue in stead of inherited red.

## v4.1.2
* Added space underneath radio-switches on small devices and updated visual tests with longer button text.

Expand Down
4 changes: 4 additions & 0 deletions less/dropdown.less
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@
color: @ffe-orange-wcag;
}
}

option:not(:checked) {
color: @ffe-blue-royal-light-wcag;
}
}

&--inline {
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": "ffe-form",
"version": "4.1.2",
"version": "4.1.3",
"description": "Form-/skjemapakke for Felles Front End",
"main": "less/form.less",
"scripts": {
Expand Down

0 comments on commit dab0227

Please sign in to comment.