Merge pull request '提交列表页提交id悬停样式优化' (#87) from durian/forgeplus-react:feature_repo_second_page_xiesi into feature_repo_second_page
This commit is contained in:
commit
79f486dcd2
|
@ -315,13 +315,10 @@ form{
|
|||
color: #333333!important;
|
||||
}
|
||||
}
|
||||
.shadow{
|
||||
&:hover{
|
||||
background: #F3F4F6;
|
||||
}
|
||||
&:active{
|
||||
background: #D0D0D0;
|
||||
}
|
||||
.shadow:hover{
|
||||
background: #eeeff1;
|
||||
border-bottom-left-radius: 4px;
|
||||
border-top-left-radius: 4px;
|
||||
}
|
||||
a.hover:hover{
|
||||
text-decoration: underline;
|
||||
|
|
Loading…
Reference in New Issue