mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-27 17:48:17 -05:00
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:
@@ -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',
|
||||
|
||||
6
upcoming-release-notes/5335.md
Normal file
6
upcoming-release-notes/5335.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Bugfix
|
||||
authors: [pogman-code]
|
||||
---
|
||||
|
||||
Fix pseudo-element quotes in ColorPicker
|
||||
Reference in New Issue
Block a user