Opened 4 years ago
Last modified 4 years ago
#46802 assigned defect (bug)
Twenty Eleven: Dark Mode Featured Post gradient overlay is overlapping
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Future Release | Priority: | normal |
Severity: | normal | Version: | |
Component: | Bundled Theme | Keywords: | has-screenshots needs-patch |
Focuses: | Cc: |
Description
While reviewing #46770 @desrosj noticed that the gradient overlay on .featured-post .feature-image.small:after
is 10px lower than it should be while in the Dark Color Scheme
. It becomes very noticeable due to the fact that the background it overlaps is a dark grey, while the gradient overlay is black. See screenshot
Attachments (3)
Change History (6)
#1
@
4 years ago
- Keywords has-patch has-screenshots added
- Milestone changed from Awaiting Review to Future Release
#2
@
4 years ago
- Keywords needs-patch added; has-patch removed
After some more testing, mainly in responsive views, it appears that my first patch does not completely fix the issue. I am going to do some further testing.
I think that the main issue is that section.featured-post
has an explict height
set at 288px
so when a long excerpt is used, the Continue Reading Button
gets pushed behind the content area below.
Note: See
TracTickets for help on using
tickets.
Before applying patch