wip: desktop work
This commit is contained in:
parent
9ae3d74adc
commit
efe7f01f41
1 changed files with 4 additions and 0 deletions
|
|
@ -6,6 +6,7 @@
|
||||||
align-self: stretch;
|
align-self: stretch;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
border: 1px solid var(--border-weak-base);
|
border: 1px solid var(--border-weak-base);
|
||||||
|
overflow: clip;
|
||||||
|
|
||||||
[data-slot="accordion-item"] {
|
[data-slot="accordion-item"] {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
@ -64,6 +65,9 @@
|
||||||
[data-slot="accordion-trigger"] {
|
[data-slot="accordion-trigger"] {
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
}
|
}
|
||||||
|
&[data-expanded] {
|
||||||
|
border-bottom: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&[data-expanded] {
|
&[data-expanded] {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue