This commit is contained in:
Vanessa 2023-01-16 23:24:49 +08:00
parent a403eb8b04
commit 4b9ecb5f63

View file

@ -225,7 +225,7 @@ progressLoading: 400
align-self: center;
background-color: transparent;
border: 0;
line-height: 14px;
line-height: 13.5px;
&:not(.toolbar__item--disabled):not(.toolbar__item--close):hover,
&--active {
@ -234,13 +234,13 @@ progressLoading: 400
}
svg {
height: 14px;
width: 14px;
height: 13.5px;
width: 13.5px;
}
svg.toolbar__svg {
width: 8px;
height: 14px;
height: 13.5px;
margin-left: 4px;
}