html5 - How do I get rid of the frameboard surrounding the <details> & <summary> tags? -


if click on or grey-blue frameboard appears surrounding title. how edit css & html?

<style> summary::-webkit-details-marker {     display:none;     color:transparent; </style> 

visit https://jimmydance.com/belly-dance-history.html , have look.

thanks

you need use :

summary {     outline: none; } 

demo : https://jsfiddle.net/paf_sebastien/vdxft2o3/


Comments

Popular posts from this blog

java - Could not locate OpenAL library -

c++ - Delete matches in OpenCV (Keypoints and descriptors) -

sorting - opencl Bitonic sort with 64 bits keys -