Commit c616b8c
committed
fix(editor): put checkerboard behind color swatch, not on top
The checkerboard pattern was rendered as background-image on the same
element as the inline background-color, which meant it painted over the
color. Move the checkerboard to a ::before pseudo-element with z-index
-1 so it only shows through transparent/semi-transparent colors.
https://claude.ai/code/session_01G7EiAdwAzdi7qzeYditnic1 parent f4a3c54 commit c616b8c
1 file changed
Lines changed: 11 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
| 168 | + | |
168 | 169 | | |
169 | 170 | | |
170 | 171 | | |
171 | 172 | | |
172 | 173 | | |
173 | 174 | | |
174 | | - | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
175 | 185 | | |
176 | 186 | | |
177 | 187 | | |
| |||
0 commit comments