Moves panel header into the panel component

This commit is contained in:
Josh Perez
2023-07-10 18:44:32 -04:00
committed by GitHub
parent 0b885d5feb
commit 7d0f94c654
8 changed files with 158 additions and 87 deletions

View File

@@ -197,7 +197,6 @@
height: $icon-size;
margin-inline-end: var(--button-spacing);
min-width: $icon-size;
opacity: 0;
padding: 2px;
transition: margin-inline-end 200ms ease-out, opacity 200ms ease-out,
background 100ms ease-out;
@@ -207,10 +206,6 @@
cursor: default;
}
&--show {
opacity: 1;
}
&--show-disabled {
opacity: 0.5;
}