💄
This commit is contained in:
parent
9ddd1c4674
commit
f36149fb1c
2 changed files with 7 additions and 3 deletions
|
@ -92,7 +92,7 @@
|
|||
padding: 0 8px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
height: 30px;
|
||||
height: 42px;
|
||||
flex-shrink: 0;
|
||||
|
||||
&--border {
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
z-index: 2;
|
||||
|
||||
&:hover:after {
|
||||
background-color: var(--b3-theme-on-background);
|
||||
background-color: var(--b3-scroll-color);
|
||||
}
|
||||
|
||||
&:after {
|
||||
|
@ -125,7 +125,7 @@
|
|||
align-items: center;
|
||||
transition: var(--b3-transition);
|
||||
flex: 1;
|
||||
min-height: 30px;
|
||||
min-height: 42px;
|
||||
border-left: 1px solid transparent;
|
||||
|
||||
&:not(:first-child),
|
||||
|
@ -151,6 +151,10 @@
|
|||
|
||||
&--readonly {
|
||||
border-left-color: var(--b3-theme-background-light);
|
||||
|
||||
.item__close svg {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
&--pin {
|
||||
|
|
Loading…
Add table
Reference in a new issue