Add background and zoom cursor on hover to Photos items
This commit is contained in:
@@ -231,11 +231,13 @@
|
|||||||
.photo {
|
.photo {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
|
background: $color-primary-tertiary20;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: block;
|
display: block;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
cursor: zoom-in;
|
||||||
|
|
||||||
& > picture {
|
& > picture {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|||||||
Reference in New Issue
Block a user