Remove misleading underline hover state
Implies the feature item's title and image are clickable, when in fact they aren't links.
This commit is contained in:
parent
0ec52b57ce
commit
97387fa59a
1 changed files with 0 additions and 10 deletions
|
@ -70,16 +70,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
.archive__item:hover {
|
||||
.archive__item-teaser {
|
||||
box-shadow: 0 0 10px rgba(#000, 0.25);
|
||||
}
|
||||
|
||||
.archive__item-title {
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
List view
|
||||
========================================================================== */
|
||||
|
|
Loading…
Reference in a new issue