Apply filename hover effects to grid view only.
This commit is contained in:
parent
d509e3cd20
commit
fcce2a55a2
1 changed files with 3 additions and 3 deletions
|
@ -162,19 +162,19 @@
|
|||
{
|
||||
align-self: center;
|
||||
}
|
||||
.photo_card_filename:hover
|
||||
.photo_card_grid .photo_card_filename:hover
|
||||
{
|
||||
overflow: visible;
|
||||
max-height: none;
|
||||
}
|
||||
.photo_card_filename:hover a
|
||||
.photo_card_grid .photo_card_filename:hover a
|
||||
{
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
background-color: inherit;
|
||||
z-index: 1;
|
||||
/*z-index: 1;*/
|
||||
}
|
||||
.photo_card_tags
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue