Commit 85db8ed
fix: restore Ask AI submit and stop button colors in light theme
The adapter aliases --docsearch-sidepanel-white to --ifm-background-color,
which Infima sets to `transparent` in its light theme. That leaves the
submit button arrow (SVG stroke="currentColor") invisible and the stop
button (shown while a response streams) with a transparent background.
In dark mode the variable resolves to a solid color, so rendering is
already fine — scope the override to light theme only.
Refs: openchoreo/openchoreo#3194
Signed-off-by: Miraj Abeysekara <miraj@wso2.com>1 parent 881c367 commit 85db8ed
1 file changed
Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
296 | 296 | | |
297 | 297 | | |
298 | 298 | | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
0 commit comments