Chris

Results 9 comments of Chris

@jcfilben thanks for the review. I'll update the theme to use `select.clear.hover.color` and `select.clear.hover.background` instead of `select.clear.hoverIndicator`. Do you just want me to style the `ClearButton` component in `src/js/components/Select/SelectContainer.js` using...

@jcfilben Thinking about this more... Since `plain` is deprecated when using the new button `kind`, can `hoverIndicator` be kept to style the hover state and we just update the documentation...

@jcfilben Thanks for the review. Yeah I had the same thought about using styled components and just wanted to verify w/ you before adding (see my earlier comment above). Will...

For now, my team was able to use `ReactGA.ga` to enable cross-domain tracking this way: ```javascript ReactGA.initialize(UA-YOUR-TRACKING-ID, { gaOptions: { allowLinker: true }, }); ReactGA.ga('require', 'linker'); ReactGA.ga('linker:autoLink', ['voleer.com', 'voleer.io']); ```...