Hide any element with `ab-share` as a name
This commit is contained in:
parent
fa37f5c857
commit
b630baa870
|
@ -80,7 +80,7 @@
|
|||
}
|
||||
|
||||
body:not(.cap-web-share) {
|
||||
.answerbox__action[name="ab-share"] {
|
||||
[name="ab-share"] {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue