fix(css): hide share button by default

This commit is contained in:
Ming Di Leom 2021-11-18 10:25:41 +00:00
parent 8e37626802
commit ed521ca896
No known key found for this signature in database
GPG Key ID: 32D3E28E96A695E8
2 changed files with 2 additions and 2 deletions

View File

@ -733,7 +733,7 @@ svg#share:hover {
/* hide share button by default
unhide (via JS) if Web Share API is supported */
.article-title a#btnshare {
display: initial;
display: none;
}
.article-title a#btnshare img {

View File

@ -1053,7 +1053,7 @@ svg#share:hover {
/* hide share button by default
unhide (via JS) if Web Share API is supported */
.article-title a#btnshare {
display: initial;
display: none;
}
.article-title a#btnshare img {