You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am using the library (huge thanks for it, really a cool feature), but I have faced an issue. On my website I want to apply .darkmode-ignore class to some elements with display: flex or display: grid. From what I see in the source code of version 1.5.7, besides the required isolation: isolate there is the line with display: inline-block. Could you clarify, why is this line needed and is it possible to remove it in future versions so no more problems like this occur?
The text was updated successfully, but these errors were encountered:
I guess as the temp fix it is possible to create your own class with the isolation attribute and use it instead of darkmode-ignore class. But I think it would be great to fix the source code of the library
Hi, I am using the library (huge thanks for it, really a cool feature), but I have faced an issue. On my website I want to apply
.darkmode-ignore
class to some elements withdisplay: flex
ordisplay: grid
. From what I see in the source code of version 1.5.7, besides the requiredisolation: isolate
there is the line withdisplay: inline-block
. Could you clarify, why is this line needed and is it possible to remove it in future versions so no more problems like this occur?The text was updated successfully, but these errors were encountered: