chameleon
chameleon copied to clipboard
Chameleon Web Components - A collection of lightweight, unidirectional, framework-agnostic elements based on the Chameleon Design System
Need to update the styling to put the search bar in the overlay
**Describe the bug** The logic for closing overlays will fail whenever there are multiple of the same element on the page. The affected elements include: * Timezone * Select *...
Icons that are passed into input will sometimes overlay the browser's built-in buttons like the clear button and arrow toggles (for time and number for example)
When using icons in the `chameleon-button` with `theme="primary"` the height of the icon that's injected will cause the text to shift down
Need to clean up the styling for the `chameleon-select` component so that when a value is selected, it won't change the height of the selector
**Describe the bug** Currently, the table header accent colour is correctly pulling from the `--color-secondary` theme variable, but the paginator is not **To Reproduce** add the following css to any...
**Describe the bug** The boundary of the chameleon-input element is extending beyond the actual element. This creates an outline that extends beyond the element when it's focused: **Expected behavior** The...
**Is your feature request related to a problem? Please describe.** Often, this is what happens: * A page with a form on it is requested and renders. * We issue...
```css --color-surface: #ffffff; --color-black: #000000; --color-primary: #2c6fb7; --color-primary-light: #679dea; --color-primary-dark: #004587; --color-secondary: #69c9b9; --color-secondary-light: #9cfceb; --color-secondary-dark: #349889; --color-gray-lightest: #e1e3e4; --color-gray-light: #c4c7ca; --color-gray-dark: #9fa4a8; --color-gray-darkest: #6c737a; --color-warning: #fcb61a; --color-warning-light: #fdd375; --color-warning-lightest:...