🎨 多工作空间

This commit is contained in:
Vanessa 2023-01-08 23:03:40 +08:00
parent 88f716b5d6
commit 2d0ff6b3be
8 changed files with 163 additions and 57 deletions

View file

@ -214,6 +214,7 @@ progressLoading: 400
align-self: center;
background-color: transparent;
border: 0;
line-height: 14px;
&:not(.toolbar__item--disabled):not(.toolbar__item--close):hover,
&--active {
@ -226,6 +227,12 @@ progressLoading: 400
width: 14px;
}
svg.toolbar__svg {
width: 8px;
height: 14px;
margin-left: 4px;
}
&--disabled {
opacity: .54;
cursor: not-allowed;