styles:部分icon在hover的时候,需要有背景色

This commit is contained in:
黄海婷
2022-11-02 10:08:29 +08:00
committed by 早晚会起风
parent c69c289bc4
commit 805a704d34
5 changed files with 21 additions and 18 deletions

View File

@@ -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 {