halfmoonui / halfmoon

Halfmoon is a highly customizable, drop-in Bootstrap replacement. It comes with three built-in core themes, with dark mode support for all themes and components.
https://www.gethalfmoon.com
MIT License
3.01k stars 118 forks source link

-webkit-details-marker is deprecated #96

Closed richardoey closed 2 years ago

richardoey commented 3 years ago

[Deprecation] ::-webkit-details-marker pseudo element selector is deprecated. Please use ::marker instead I've got this warning when using google chrome (version 89). I see halfmoon put below code. I don't know whether this change will affect a lot or not in the future.

.collapse-header::-webkit-details-marker {
    /* Chrome */
    display: none;
}
nabn commented 3 years ago

see: https://github.com/GoogleChrome/lighthouse/issues/12089