I was debugging my UI using Chrome DevTools and recently came across brackets as selector for styling.
Could anyone explain what kind of CSS selector is this:
[data-openweb-style-wrapper][data-openweb-style-wrapper] .spcv_conversation-header .spcv_info {
display: flex;
justify-content: space-between;
align-items: center;
}
I'm confused with this part, I don't exactly understand, is this even a part of CSS or some bloat added by the chrome?
[data-openweb-style-wrapper][data-openweb-style-wrapper]