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 the bug
PR #3627 wrapped some CSS declarations in
& {}
to fixsass
warnings. In certain scenarios this can lead to different order of declarations in the produced css output. Fortextarea
this has resulted in the resize handle not being rendered on large screens.Describe how to reproduce the bug
Which Kirby version was used?
## What was the expected behavior?Add any screenshots
❌ Current:
✅ Expected:
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.
NOT verified
label has been removed by a member of team Kirby; do not proceed until this is done.Implementation
The contributor who wants to implement this issue should:
Review
Once the issue has been implemented and is ready for review: