fix pseudo-element quotes in ColorPicker (#5335)

* fix pseudo-element quotes in ColorPicker

* Update upcoming-release-notes/5335.md

Co-authored-by: Matt Fiddaman <github@m.fiddaman.uk>

---------

Co-authored-by: Matt Fiddaman <github@m.fiddaman.uk>
This commit is contained in:
POGMAN
2025-07-16 16:53:19 +02:00
committed by GitHub
parent f66baeabd3
commit 4eea349966
2 changed files with 8 additions and 1 deletions

View File

@@ -65,7 +65,8 @@ function ColorSwatchPicker() {
cursor: 'pointer',
'&[data-selected]::after': {
content: '',
// eslint-disable-next-line actual/typography
content: '""',
position: 'absolute',
inset: 0,
border: '2px solid black',

View File

@@ -0,0 +1,6 @@
---
category: Bugfix
authors: [pogman-code]
---
Fix pseudo-element quotes in ColorPicker