core
core copied to clipboard
Clarity is a scalable, accessible, customizable, open-source design system built with web components. Works with any JavaScript framework, created for enterprises, and designed to be inclusive.
## Describe the bug Setting cds-motion to off on CdsSelect (react) doesn't turn off the inner `cds-button-expand`'s animation, making it so that visual regression testing doesn't pass. ## How to...
## Describe the bug I have icone cds-icon shape="circle-arrow" status="success" class="nav-icon-favorit" solid direction="down"> css class nav-icon-favorit: .nav-icon-favorit:hover{ cursor: pointer; transform: scale(1.5); color:#FFE433; } When the icon is hovered, the direction...
## Describe the bug Resizing a `cds-grid-column` without width can be made to hide the resize-handle. If you resize too much, the content is hidden, and so is the handle...
## PR Checklist Please check if your PR fulfills the following requirements: - [ ] Tests for the changes have been added (for bug fixes / features) - [ ]...
## PR Checklist Please check if your PR fulfills the following requirements: - [ ] Tests for the changes have been added (for bug fixes / features) - [ ]...
Adds the new button typography style from the latest spec.
## Describe the bug cds-dropdown seems to be fixed in the first area where it shows, rather than scrolling with the anchor or the surrounding viewport. ## How to reproduce...
I am trying to build a plugin on virtual cloud direct(VCD) container. The VCD container already has the clr-icon registered. I am using a third party library in the plugin...
## Describe the bug Child elements in the light DOM of `cds-grid-footer` are not getting cds-layout styles applied. ## How to reproduce Go to [internal-stories-grid--footer](https://storybook.core.clarity.design/?path=/story/internal-stories-grid--footer) Steps to reproduce the behavior:...
## Describe the bug cds-file custom label resets to "`Browse`" on clearing files instead of retaining the custom label set using buttonLabel property. ## How to reproduce Stackblitz reproducing the...