Skip to content

Commit

Permalink
🐛fix: 大纲高亮背景色错误
Browse files Browse the repository at this point in the history
  • Loading branch information
Achuan-2 committed Aug 10, 2021
1 parent 74fdcff commit aea17f6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -844,6 +844,7 @@ div[data-subtype='t'][data-type='NodeList'] {

/* 文件树列表 */


.b3-list--files .b3-list-item:hover {
color: var(--b3-menu-highlight-color);
background-color: var(--b3-list-hover);
Expand Down Expand Up @@ -873,6 +874,8 @@ div[data-subtype='t'][data-type='NodeList'] {
.b3-list--files .b3-list-item--focus:hover .b3-list-item__graphic {
color: var(--b3-menu-highlight-focus-color);
}


.b3-list--background .b3-list-item:hover {
color: var(--b3-menu-highlight-color);
background-color: var(--b3-list-hover);
Expand All @@ -883,7 +886,7 @@ div[data-subtype='t'][data-type='NodeList'] {
/* background-color: var(--b3-list-hover); */
}

.b3-list--files .b3-list-item--focus {
.b3-list--background .b3-list-item--focus {
background-color: var(--b3-menu-highlight-background) !important;
border-radius: 0% 6px 6px 0%;
color: var(--b3-menu-highlight-focus-color);
Expand Down

0 comments on commit aea17f6

Please sign in to comment.