Skip to content

Commit

Permalink
Merge pull request #61 from Kitware/misc_fixes
Browse files Browse the repository at this point in the history
Misc fixes
  • Loading branch information
floryst authored Apr 19, 2018
2 parents 6c22f4c + 145e9d5 commit 90d33a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
4 changes: 3 additions & 1 deletion Sources/config/Generic/proxyUI.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,9 @@ const Geometry = [
name: 'lookupTableProxy',
advanced: 0,
size: 1,
domain: {},
domain: {
colormaps: ColorMaps,
},
doc: 'Edit lookup table',
},
// {
Expand Down
3 changes: 0 additions & 3 deletions Sources/ui/Button/Button.mcss
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
cursor: pointer;
transition: color .5s, border-color .5s;
outline: none;
-moz-outline: none;
-ms-outline: none;
-webkit-outline: none;
}

.button:hover {
Expand Down
2 changes: 0 additions & 2 deletions Sources/ui/Button/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,12 @@ function Button(props) {
}

Button.propTypes = {
style: PropTypes.object,
className: PropTypes.string,
children: PropTypes.any,
onClick: PropTypes.func,
};

Button.defaultProps = {
style: {},
className: '',
children: [],
onClick: () => {},
Expand Down

0 comments on commit 90d33a9

Please sign in to comment.