outline-color: light-dark(-webkit-focus-ring-color, white);But above we *do* set `outline-style: solid`, so does that mean when the color-scheme is dark, the `, white)` as the second argument to `light-dark` will not be respected? Maybe I'm missing something.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
outline-color: light-dark(-webkit-focus-ring-color, white);But above we *do* set `outline-style: solid`, so does that mean when the color-scheme is dark, the `, white)` as the second argument to `light-dark` will not be respected? Maybe I'm missing something.
Oh nevermind I'm dumb. You're saying ideally `-webkit-focus-ring-color` would itself be dynamic, but instead we have to hack around that and make it dynamic via the `light-dark()` fn. OK that makes sense. But just so I'm clear: you're saying it ordinarily *is* dynamic UNLESS we set `outline-style: solid`? And when `outline-style: solid` is set, the ring color stops being responsive to `color-scheme: dark` for some reason?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
outline-color: light-dark(-webkit-focus-ring-color, white);Dominic FarolinoBut above we *do* set `outline-style: solid`, so does that mean when the color-scheme is dark, the `, white)` as the second argument to `light-dark` will not be respected? Maybe I'm missing something.
Oh nevermind I'm dumb. You're saying ideally `-webkit-focus-ring-color` would itself be dynamic, but instead we have to hack around that and make it dynamic via the `light-dark()` fn. OK that makes sense. But just so I'm clear: you're saying it ordinarily *is* dynamic UNLESS we set `outline-style: solid`? And when `outline-style: solid` is set, the ring color stops being responsive to `color-scheme: dark` for some reason?
But just so I'm clear: you're saying it ordinarily is dynamic UNLESS we set outline-style: solid? And when outline-style: solid is set, the ring color stops being responsive to color-scheme: dark for some reason?
Yes and yes
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |