nathank
(Nathan Kershaw)
1
在即将举行的活动日历中发布 PM 中的活动很棒。但是,除非将鼠标悬停在上面,否则用户目前看不到它们。
在 HTML 中,border-color 和 color 为 #undefined;这可能是由于最近为插件引入的类别和标签颜色(以及选择器)导致的回归——顺便说一句,我非常喜欢它!
这是渲染后的 HTML:
<a class="fc-day-grid-event fc-h-event fc-event fc-start fc-end" href="/t/-/30588/1" style="background-color:unset;border-color:#undefined;color:#undefined">
<div class="fc-content" style="max-height: 32px;">
<span class="fc-time">3p</span>
<span class="fc-title" style="overflow: hidden; white-space: pre-wrap;">Chat re NAHSTIG (record)</span>
</div>
</a>
2 个赞
renato
(Renato Atilio)
3
嘿 @nathank,感谢你的报告!
这确实是一个回归问题,你也在使用 include_expired_events_on_calendar 站点设置,对吗?
问题在于我们之前为过期的事件创建了背景色的轮廓,但私信中的事件根本没有设置背景色。
这个 PR 应该能解决这个问题:
它还将过期的事件的轮廓样式替换为简单的透明度。
5 个赞