Redux #115

Merged
6ea86b96 merged 57 commits from redux into redux 2017-05-05 22:55:12 +02:00
Showing only changes of commit a123ace686 - Show all commits

View file

@ -14,8 +14,7 @@ const Link = (props) => {
hidden, hidden,
disabled, disabled,
} = props } = props
console.log(props);
const className = (props.className || '') + const className = (props.className || '') +
(!props.className && !props.button ? 'button-text' : '') + // Non-button links get the same look as text buttons (!props.className && !props.button ? 'button-text' : '') + // Non-button links get the same look as text buttons
(props.button ? ' button-block button-' + props.button + ' button-set-item' : '') + (props.button ? ' button-block button-' + props.button + ' button-set-item' : '') +