diff --git a/src/components/Common/common.css b/src/components/Common/common.css index 9dfc52e..b571fd2 100644 --- a/src/components/Common/common.css +++ b/src/components/Common/common.css @@ -1,5 +1,11 @@ -details > summary::-webkit-details-marker { +details > summary { + list-style-type: none; +} + +details > summary::marker { display: none; + font-size: 0; + appearance: none; } details > summary:focus {