Commit 1777c94c authored by Vadim Makeev's avatar Vadim Makeev

hover state for the list view moved to the inner element to avoid phantom...

hover state for the list view moved to the inner element to avoid phantom effects caused by padding-top
parent cfa2c542
...@@ -247,7 +247,7 @@ BODY { ...@@ -247,7 +247,7 @@ BODY {
border-radius:1px; border-radius:1px;
background:rgba(0, 0, 0, 0.3); background:rgba(0, 0, 0, 0.3);
} }
.list .slide:hover > DIV { .list .slide > DIV:hover {
box-shadow: box-shadow:
0 0 0 10px rgba(60, 61, 64, 0.6), 0 0 0 10px rgba(60, 61, 64, 0.6),
0 0 50px #3C3D40; 0 0 50px #3C3D40;
......
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 to comment