Remove hover effect for page header

This commit is contained in:
Damillora 2019-11-14 12:41:19 +07:00
parent 255d1bedd7
commit ae7875ac93
5 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@
{{> "site-header"}}
<div class="relative group index-header">
{{> header-background background=cover_image}} {{!--Special header-image.hbs partial to generate the background image--}}
<div class="h-full opacity-50 bg-black group-hover:opacity-75 transition-opacity">
<div class="w-full h-full opacity-50 bg-black">
</div>
</div>
<div class="absolute bottom-0 py-6 h-full left-0 right-0">

View File

@ -2,7 +2,7 @@
{{> "site-header"}}
<div class="h-64 relative group index-header">
{{> header-background background=@site.cover_image}} {{!--Special header-image.hbs partial to generate the background image--}}
<div class="w-full h-full opacity-50 bg-black group-hover:opacity-75 transition-opacity">
<div class="w-full h-full opacity-50 bg-black">
</div>
</div>
</div>

View File

@ -4,7 +4,7 @@
{{> "site-header"}}
<div class="relative group index-header">
{{> header-background background=feature_image}} {{!--Special header-image.hbs partial to generate the background image--}}
<div class="h-full opacity-50 bg-black group-hover:opacity-75 transition-opacity">
<div class="w-full h-full opacity-50 bg-black">
</div>
</div>
<div class="absolute bottom-0 py-6 left-0 right-0">

View File

@ -4,7 +4,7 @@
{{> "site-header"}}
<div class="relative group index-header">
{{> header-background background=feature_image}} {{!--Special header-image.hbs partial to generate the background image--}}
<div class="h-full opacity-50 bg-black group-hover:opacity-75 transition-opacity">
<div class="h-full opacity-50 bg-black">
</div>
</div>
<div class="absolute bottom-0 py-6 left-0 right-0">

View File

@ -4,7 +4,7 @@
{{> "site-header"}}
<div class="relative group index-header">
{{> header-background background=feature_image}} {{!--Special header-image.hbs partial to generate the background image--}}
<div class="h-full opacity-50 bg-black group-hover:opacity-75 transition-opacity">
<div class="w-full h-full opacity-50 bg-black">
</div>
</div>
<div class="absolute bottom-0 py-6 h-full left-0 right-0">