diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index e5f248628..6bb8e9939 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -37,6 +37,7 @@ - **Dropdown** - Added new dropdown setting, `forceSelection` which forces `search selection` to a selected value on blur. Defaults to `true`. - **Flag** - Updated Burma/Myanmar flag to current flag (was pre-2010 flag) - **Form** - Input rules now apply to `input[type="time"]` +- **Form Validation** - Dropdown and checkbox will now validate after interaction with `on: 'blur'` - **Headers** - Headers can now contain images alongside text, added examples to docs - **Icon** - Added woff2 icon files for supported browsers (20% file-size decrease) **Thanks FontAwesome** - **Label** - `ribbon label` can now be used inside `ui image` and `ui card` correctly @@ -50,6 +51,7 @@ - **Card** - Hiding a card with `display: none` no longer causes layout issues with `(x) cards` - **Card** - `image` inside `content` no longer has a fixed size **Thanks @romuloctba** - **Form** - `info message` are no longer hidden by default inside `ui form` +- **Form** - Lightened error dropdown hover text color to be more legible - **Dropdown** - Upward dropdown now has upward arrow icon - **Icon** - `external link` and `external link square` has been renamed to `external icon` to no longer receive `link` styles by default - **Modal** - Modal now swaps to `scrolling modal` when `close icon` no longer can be displayed, instead of modal `content` diff --git a/src/themes/default/collections/form.variables b/src/themes/default/collections/form.variables index 34207a36e..795c46ba7 100644 --- a/src/themes/default/collections/form.variables +++ b/src/themes/default/collections/form.variables @@ -111,7 +111,7 @@ @inputErrorBoxShadow: @inputErrorPointerSize 0em 0em 0em @formErrorColor inset; /* Dropdown Error */ -@dropdownErrorHoverBackground: #FFF2F2; +@dropdownErrorHoverBackground: #FBE7E7; @dropdownErrorActiveBackground: #FDCFCF; /* Focused Error */