If you change the ^
in both callouts to a *
, using both sidebar
and noicon
will work.
.callout:is([data-callout-metadata*="sidebar"]) { }
.callout:is([data-callout-metadata*="noicon"]) .callout-icon { }
> [!info|sidebar noicon] Title
> Contents