Skip to content

Commit

Permalink
Merge branch 'release/1.5.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrewer1689 committed Sep 28, 2017
2 parents cbc2666 + dcedc78 commit faf7504
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## 1.5.4 - 2017-09-28
##Added
- Fixes **Dropdown's** `inverse` & `selection` value not appearing when input is focused.

## 1.5.3 - 2017-09-26
##Added
- New text color class name, `color-warning`.
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": "react-cm-ui",
"version": "1.5.3",
"version": "1.5.4",
"description": "React UI for Church management",
"main": "lib/",
"jsnext:main": "src/",
Expand Down
1 change: 1 addition & 0 deletions src/scss/components/Modules/Dropdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -602,6 +602,7 @@ $select-item-disabled-border-color: darken($select-item-disabled-bg, 10%) !defau
.Select-arrow-zone, .Select-clear-zone {
.ui.icon { color: $color-text; }
}
.Select-value-label { color: $color-text !important; }
}
.Select-menu-outer { background-color: $bkgd; }
.Select-option {
Expand Down

0 comments on commit faf7504

Please sign in to comment.