0

I have been trying to select a ::before element inside a div which have a sibling which specific class name (trumbowyg-link-button).

Here, how it look like: enter image description here

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.

rony36
  • 3,277
  • 1
  • 30
  • 42

0 Answers0