I have been trying to select a ::before element inside a div which have a sibling which specific class name (trumbowyg-link-button).
What I've tried
.trumbowyg-button-group > button.trumbowyg-link-button {
&:before {
content: none !important;
}
}
But unfortunate it's not working. Any help would be appreciable.
