hover state for the list view moved to the inner element to avoid phantom effects caused by padding-top
This commit is contained in:
parent
cfa2c54235
commit
1777c94c81
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue