From aac3b21a8b4fd1a2f351a63fdb70d39ac2851921 Mon Sep 17 00:00:00 2001 From: maTh <1645099+math-GH@users.noreply.github.com> Date: Thu, 25 Apr 2024 08:45:59 +0200 Subject: Fix: overflow expanding title in entry header (#6373) * change HTML structure * CSS --- p/themes/Mapco/_list-view.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'p/themes/Mapco/_list-view.scss') diff --git a/p/themes/Mapco/_list-view.scss b/p/themes/Mapco/_list-view.scss index 7d0fb87f4..40cc9d4a8 100644 --- a/p/themes/Mapco/_list-view.scss +++ b/p/themes/Mapco/_list-view.scss @@ -14,7 +14,7 @@ &:hover { background: variables.$grey-lighter; - &:not(.current):hover .item.title { + &:not(.current):hover .item .title { background: variables.$grey-lighter; } } @@ -28,13 +28,13 @@ &.not_read:not(.current) { background: variables.$unread-bg; - &:hover .item.title { + &:hover .item .title { background: variables.$unread-bg; } } &.not_read { - .item.title { + .item .title { a { color: variables.$unread-font-color; } @@ -61,7 +61,7 @@ &.favorite:not(.current) { background: variables.$fav-light; - &:hover .item.title { + &:hover .item .title { background: variables.$fav-light; } } -- cgit v1.2.3