design-system icon indicating copy to clipboard operation
design-system copied to clipboard

fix(styles): fix background on disabled textarea labels to maintain readability when content overflows

Open alionazherdetska opened this issue 5 months ago โ€ข 3 comments

๐Ÿ“„ Description

Fixed disabled textarea labels to inherit parent background color using --post-current-palette-bg variable.

๐Ÿš€ Demo

Before: image

After: image

๐Ÿ“ Checklist

  • โœ… My code follows the style guidelines of this project
  • ๐Ÿ› ๏ธ I have performed a self-review of my own code
  • ๐Ÿ“„ I have made corresponding changes to the documentation
  • โš ๏ธ My changes generate no new warnings or errors
  • ๐Ÿงช I have added tests that prove my fix is effective or that my feature works
  • โœ”๏ธ New and existing unit tests pass locally with my changes

alionazherdetska avatar May 08 '25 07:05 alionazherdetska