adom It depends on exactly what button you are targeting, and these things might change. I will probably need to include better methods for hiding buttons.
For now, you could do something like this:
a.dropdown-item[target="_blank"] {
display: none;
}