Merge branch 'fix-249'

This commit is contained in:
Victoria Drake 2021-01-07 20:43:48 -05:00
commit 45db8e96db
2 changed files with 6 additions and 7 deletions

View file

@ -3675,7 +3675,7 @@ readers do not read off random characters that represent icons */
font-family: 'Font Awesome 5 Free';
font-weight: 900; }
.is-unselectable, .modal-close {
.is-unselectable {
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
@ -3703,6 +3703,11 @@ readers do not read off random characters that represent icons */
margin-bottom: 1.5rem; }
.modal-close {
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-moz-appearance: none;
-webkit-appearance: none;
background-color: rgba(10, 10, 10, 0.2);

View file

@ -34,12 +34,6 @@
<span class="hidden">Pinterest</span>
</a>
{{ end }}
{{ if .Site.Params.share.googlePlus }}
<a class="icon-google-plus" href="https://plus.google.com/share?url={{ .Permalink }}" onclick="window.open(this.href, 'google-plus-share', 'width=490,height=530');return false;">
<i class="fab fa-google-plus-g"></i>
<span class="hidden">Google+</span>
</a>
{{ end }}
</div>
{{ end }}
{{ range $taxonomy_term, $taxonomy := .Params }}