Skip to content

Commit 44931ed

Browse files
committed
[다크모드] 상세>설정 탭 list의 마우스 오버시 css 수정
1 parent 6ad4e36 commit 44931ed

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

ui/src/style/dark-mode.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@
4040
color: @dark-text-color-3;
4141
}
4242

43+
.list .item:hover {
44+
background: @primary-color-light;
45+
}
46+
4347
.user-layout, .ant-layout {
4448
background: @dark-bgColor;
4549
}

0 commit comments

Comments
 (0)