style: 为拆解主体斑马纹空白行补充悬停背景
This commit is contained in:
@@ -204,6 +204,15 @@
|
||||
.record-list > article:nth-child(even) {
|
||||
background: var(--app-subtle);
|
||||
}
|
||||
/* 主体斑马纹的空白行补充悬停/键盘焦点底色,不改变有底色行和其它列表。 */
|
||||
.subject-record-list > article:nth-child(odd):focus-within {
|
||||
background: var(--app-control);
|
||||
}
|
||||
@media (hover: hover) {
|
||||
.subject-record-list > article:nth-child(odd):hover {
|
||||
background: var(--app-control);
|
||||
}
|
||||
}
|
||||
|
||||
.search-field {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user