Commit 83acae2
style: replace !important with raised specificity for composer button
PR review CSS lint flagged the !important overrides. Obsidian's native
button defaults are beaten with a (0,3,1) selector chain
(.qoderian-input-wrapper .qoderian-input-toolbar button.qoderian-composer-action-btn)
instead, which also zeroes the native box-shadow. Verified on device:
brand-green fill and gray-black arrow unchanged, no native shadow.
Co-authored-by: QoderAI (Qwen 3.8 Max) <qoder_ai@qoder.com>1 parent 428fca7 commit 83acae2
1 file changed
Lines changed: 9 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
356 | 356 | | |
357 | 357 | | |
358 | 358 | | |
359 | | - | |
360 | | - | |
361 | | - | |
362 | | - | |
363 | 359 | | |
364 | 360 | | |
365 | 361 | | |
366 | 362 | | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
367 | 372 | | |
368 | 373 | | |
369 | 374 | | |
| |||
0 commit comments