mirror of
https://github.com/Cp0204/quark-auto-save.git
synced 2026-01-12 15:20:44 +08:00
移除发现/任务列表海报悬停时的 no-poster 背景,避免半透明底图露出
This commit is contained in:
parent
e36a4e6f6c
commit
c75046b60d
@ -8234,4 +8234,11 @@ div:has(> .collapse:not(.show)):has(+ .row.title[title^="资源搜索"]) {
|
||||
|
||||
.discovery-title[style*="cursor: pointer"]:hover {
|
||||
color: var(--focus-border-color);
|
||||
}
|
||||
|
||||
/* 修复:发现/任务列表海报悬停时不应显示半透明 no-poster
|
||||
原因:.discovery-poster 设有默认背景图 no-poster.svg,悬停时 img 透明度为 0,导致背景图透出
|
||||
处理:悬停状态下移除背景图,仅保留底色,避免 no-poster 露出 */
|
||||
.discovery-poster:hover {
|
||||
background-image: none !important;
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user