Keep mapping chevron centered and downward
This commit is contained in:
+1
-1
File diff suppressed because one or more lines are too long
+3
-4
@@ -128,11 +128,10 @@
|
||||
.mapping-state-dot.is-loading { @apply border-slate-300 bg-slate-400; }
|
||||
.mapping-panel { @apply absolute left-0 right-0 top-full z-50 border border-t-0 border-slate-700 bg-slate-950/95 shadow-lg; }
|
||||
.mapping-detail-status { @apply truncate px-2 py-1 text-center text-[10px] font-normal text-slate-300; }
|
||||
.mapping-summary .mapping-toggle { @apply absolute right-2 shrink-0; }
|
||||
.mapping-details summary { @apply grid cursor-pointer grid-cols-[auto_auto_minmax(0,1fr)_22px] items-center px-1 py-1 list-none; }
|
||||
.mapping-summary .mapping-toggle { @apply absolute right-2 top-1/2 flex h-4 w-4 -translate-y-1/2 items-center justify-center; }
|
||||
.mapping-details summary { @apply cursor-pointer list-none; }
|
||||
.mapping-details summary::-webkit-details-marker { display: none; }
|
||||
.mapping-toggle::before { content: ""; @apply block h-2 w-2 rotate-[-45deg] border-b-2 border-r-2 border-slate-100; }
|
||||
.mapping-details[open] .mapping-toggle::before { @apply rotate-45; }
|
||||
.mapping-toggle::before { content: ""; @apply block h-2 w-2 rotate-45 border-b-2 border-r-2 border-slate-100; }
|
||||
.mapping-list { @apply grid gap-0.5 px-1 pb-1; }
|
||||
.mapping-source-row { @apply grid grid-cols-[minmax(0,1fr)_auto] items-center gap-1 rounded bg-slate-100 px-1 py-0.5 text-[10px] text-slate-800; }
|
||||
.mapping-source-row.is-disabled { @apply opacity-50; }
|
||||
|
||||
Reference in New Issue
Block a user