mirror of
https://github.com/kremalicious/blog.git
synced 2025-02-14 21:10:25 +01:00
logo fixes
This commit is contained in:
parent
9bf5e793a5
commit
dd1be61add
@ -13,6 +13,7 @@
|
|||||||
z-index: 1;
|
z-index: 1;
|
||||||
top: 0;
|
top: 0;
|
||||||
border: 0;
|
border: 0;
|
||||||
|
will-change: transform;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -62,9 +63,11 @@
|
|||||||
// show smooooothly on hover
|
// show smooooothly on hover
|
||||||
&:hover {
|
&:hover {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
|
transform: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:active {
|
&:active {
|
||||||
top: 0;
|
top: 0;
|
||||||
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user