修改提交列表页复制id左侧悬停样式

This commit is contained in:
谢思 2021-09-28 17:30:11 +08:00
parent 50627aba6b
commit 79afad5006
1 changed files with 4 additions and 7 deletions

View File

@ -315,13 +315,10 @@ form{
color: #333333!important; color: #333333!important;
} }
} }
.shadow{ .shadow:hover{
&:hover{ background: #eeeff1;
background: #F3F4F6; border-bottom-left-radius: 4px;
} border-top-left-radius: 4px;
&:active{
background: #D0D0D0;
}
} }
a.hover:hover{ a.hover:hover{
text-decoration: underline; text-decoration: underline;