This commit is contained in:
Vanessa 2022-10-15 15:54:40 +08:00
parent 0957fe2fe6
commit b4e27951dc
2 changed files with 4 additions and 7 deletions

View file

@ -112,7 +112,6 @@
color: var(--b3-theme-on-surface);
cursor: pointer;
opacity: 0;
transition: var(--b3-transition);
border: 0;
background: transparent;
flex-shrink: 0;
@ -120,6 +119,7 @@
display: flex;
align-items: center;
border-radius: 2px;
transition: var(--b3-transition), opacity .3s cubic-bezier(0, 0, .2, 1) 0ms;
&:hover:not([disabled]):not(.ft__primary),
&--active {

View file

@ -159,10 +159,11 @@
&--pin {
flex: none;
min-width: 42px;
.item__text {
max-width: 148px;
padding-right: 8px;
padding: 0 8px;
min-width: auto;
font-style: normal;
color: var(--b3-theme-on-background);
@ -171,10 +172,6 @@
.item__close {
display: none;
}
.item__graphic {
padding-right: 8px;
}
}
&--focus {
@ -208,7 +205,7 @@
}
&__graphic {
padding: 4px 0 4px 8px;
padding: 4px 8px;
height: 14px;
width: 14px;
}