Commit 2237ce1a by o.kimura

シャドウ消し・z-index修正・console.log消去

parent 90265ece
Showing with 1 additions and 12 deletions
...@@ -135,7 +135,7 @@ ...@@ -135,7 +135,7 @@
.slick-prev, .slick-prev,
.slick-next { .slick-next {
position: absolute; position: absolute;
z-index: 999; z-index: 9;
display: block; display: block;
height: 40px; height: 40px;
width: 40px; width: 40px;
...@@ -188,14 +188,6 @@ ...@@ -188,14 +188,6 @@
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
} }
.slick-prev:before {
box-shadow: 2px -2px 2px rgb(255 255 255 / 20%);
}
.slick-next:before {
box-shadow: 2px -2px 2px rgb(255 255 255 / 20%);
}
.main-MV .slick-prev:before { .main-MV .slick-prev:before {
margin-right: -40px; margin-right: -40px;
} }
...@@ -315,8 +307,6 @@ ...@@ -315,8 +307,6 @@
background-color: #DCDDDD; background-color: #DCDDDD;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
-webkit-box-shadow: 0 3px 6px rgba(51, 51, 51, 0.2);
box-shadow: 0 3px 6px rgba(51, 51, 51, 0.2);
} }
.slick-dots li.slick-active button:before { .slick-dots li.slick-active button:before {
......
...@@ -44,7 +44,6 @@ $(function(){ ...@@ -44,7 +44,6 @@ $(function(){
/* smooth scroll */ /* smooth scroll */
$('a[href^=#]').click(function() { $('a[href^=#]').click(function() {
console.log(header_height);
var speed = 400; var speed = 400;
var href= $(this).attr("href"); var href= $(this).attr("href");
var target = $(href == "#" || href == "" ? 'html' : href); var target = $(href == "#" || href == "" ? 'html' : href);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment