kirbydesign / designsystem

Kirby Design System
https://cookbook.kirby.design
MIT License
85 stars 23 forks source link

[BUG] Textarea: missing resize handle #3630

Closed jakobe closed 2 months ago

jakobe commented 2 months ago

Describe the bug

PR #3627 wrapped some CSS declarations in & {} to fix sass warnings. In certain scenarios this can lead to different order of declarations in the produced css output. For textarea this has resulted in the resize handle not being rendered on large screens.

Describe how to reproduce the bug

  1. Go to https://cookbook.kirby.design/branch/kby-develop/#/home/showcase/form-field
  2. Scroll down to 'Textarea'
  3. See missing resize handle on textareas

Which Kirby version was used?

## What was the expected behavior?

Add any screenshots

❌ Current:

image

✅ Expected:

image

Please complete the following information:

Are there any additional context?


Checklist:

The following tasks should be carried out in sequence in order to follow the process of contributing correctly.

Verification

To make sure the bug is not intended behaviour; it should be verified by a member of team Kirby before moving on to implementation.

Implementation

The contributor who wants to implement this issue should:

Review

Once the issue has been implemented and is ready for review: