A Few Little Details
Brought to you by Elastic
Elastic enables the world’s leading organizations to put their data to work using the power of search. Whether it’s connecting people and teams with content that matters, keeping applications and infrastructure online, or protecting entire digital ecosystems — Elastic’s search platform is able to surface relevant results with speed and at scale.
Show Notes
If you make a the <summary>
of a <details>
anything other than the default display: list-item;
, then you lose the default ▶ ::marker
. But say you want to, because you need to do some special styling in the <summary>
. Then either put a <div>
inside it and style that (while re-positioning the <div>
back into place), or replace the ::marker
with something else.