mirror of
https://github.com/didi/KnowStreaming.git
synced 2025-12-24 03:42:07 +08:00
styles:部分icon在hover的时候,需要有背景色
This commit is contained in:
@@ -33,10 +33,12 @@
|
||||
cursor: pointer;
|
||||
}
|
||||
.refresh-icon{
|
||||
padding: 0 6px;
|
||||
border-radius: 50%;
|
||||
&:hover {
|
||||
background: rgba(33, 37, 41, 0.04);
|
||||
.icon{
|
||||
padding: 3px;
|
||||
border-radius: 50%;
|
||||
&:hover {
|
||||
background: rgba(33, 37, 41, 0.04);
|
||||
}
|
||||
}
|
||||
}
|
||||
.right .search-input {
|
||||
|
||||
@@ -178,8 +178,8 @@
|
||||
}
|
||||
}
|
||||
.rebalance-tooltip-bg {
|
||||
padding: 6px;
|
||||
margin-left: -6px;
|
||||
padding: 3px;
|
||||
margin-left: -3px;
|
||||
font-size: 14px;
|
||||
cursor: pointer;
|
||||
border-radius: 50%;
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
padding: 6px;
|
||||
padding: 3px;
|
||||
border-radius: 50%;
|
||||
cursor: pointer;
|
||||
.icon {
|
||||
|
||||
@@ -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{
|
||||
|
||||
@@ -210,14 +210,15 @@
|
||||
margin-bottom: 10px;
|
||||
|
||||
.icon {
|
||||
padding: 3px 3px 2px 3px;
|
||||
margin-left: 4px;
|
||||
font-size: 14px;
|
||||
cursor: pointer;
|
||||
border-radius: 50%;
|
||||
line-height: 12px;
|
||||
&:hover {
|
||||
background: rgba(33, 37, 41, 0.04);
|
||||
.anticon {
|
||||
padding: 3px;
|
||||
border-radius: 50%;
|
||||
&:hover {
|
||||
background: rgba(33, 37, 41, 0.04);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user