修改提交列表页复制id左侧悬停样式
This commit is contained in:
parent
50627aba6b
commit
79afad5006
|
@ -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