mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-11 09:53:32 +03:00
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:
parent
ca40e1abd8
commit
e5f207ea01
@ -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 {
|
||||
|
2
core/client/docs/dist/css/ghost-ui.min.css
vendored
2
core/client/docs/dist/css/ghost-ui.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user