mirror of
https://git.adityakumar.xyz/hugo-theme-introduction.git
synced 2024-11-08 22:49:44 +00:00
parent
b6a9ec2b6e
commit
2162fe62ea
2 changed files with 6 additions and 7 deletions
|
@ -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);
|
||||
|
|
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue