Hide any element with ab-share as a name

This commit is contained in:
Andreas Nedbal 2021-12-26 22:07:17 +01:00
parent fa37f5c857
commit b630baa870

View file

@ -80,7 +80,7 @@
}
body:not(.cap-web-share) {
.answerbox__action[name="ab-share"] {
[name="ab-share"] {
display: none;
}
}