Only show hovers on user list links, not pending invites.

References #56

Related markup changes: https://github.com/TryGhost/Ghost/pull/3247
This commit is contained in:
Paul Adam Davis 2014-07-11 17:30:55 +01:00
parent ca40e1abd8
commit e5f207ea01
2 changed files with 5 additions and 6 deletions

View File

@ -34,17 +34,16 @@
border-top: 1px solid $lightbrown;
min-height: 68px;
} // .object-list-item
a.object-list-item {
text-decoration: none;
&:hover {
background: lighten($lightbrown, 5%);
}
&:last-of-type:hover {
box-shadow: inset 0px -1px 0px $lightbrown;
}
} // .object-list-item
a.object-list-item {
text-decoration: none;
}
.object-list-item-icon {

File diff suppressed because one or more lines are too long