mirror of https://gitlab.com/curben/blog
fix(css): hide share button by default
This commit is contained in:
parent
8e37626802
commit
ed521ca896
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue