Why don't these CSS selector work ? The browser doesn't even detect these rules so nothing is applied.
body[color-theme="light"] ion-input { --background: rgb(240, 240, 240); } body[color-theme="dark"] ion-input { --background: #1e1e1e; }
My HTML looks like this :
If I only use the ion-input
CSS selector though it works, so it seems that the body[color-theme="dark"]
cause a problem.
没有评论:
发表评论