mirror of
https://github.com/didi/KnowStreaming.git
synced 2026-01-04 20:02:07 +08:00
styles:部分icon在hover的时候,需要有背景色
This commit is contained in:
@@ -312,14 +312,14 @@ li {
|
||||
font-size: 20px;
|
||||
color: #74788d;
|
||||
cursor: pointer;
|
||||
padding: 0px 6px;
|
||||
color: #74788d;
|
||||
cursor: pointer;
|
||||
border-radius: 50%;
|
||||
&:hover {
|
||||
&-icon {
|
||||
border-radius: 50%;
|
||||
padding: 3px;
|
||||
}
|
||||
&-icon:hover {
|
||||
background: rgba(33, 37, 41, 0.04);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&-right{
|
||||
|
||||
Reference in New Issue
Block a user