chore: comments (#2863)

This commit is contained in:
Alex Inkin
2025-04-06 17:18:01 +04:00
committed by GitHub
parent f51dcf23d6
commit 31856d9895
45 changed files with 362 additions and 503 deletions

View File

@@ -147,11 +147,6 @@ hr {
> table[tuiTable] {
margin: 0 -0.5rem;
td:empty,
th:empty {
display: none;
}
}
> header {
@@ -183,6 +178,7 @@ hr {
border-radius: var(--tui-radius-s);
overflow: hidden;
box-shadow: inset 0 0 0 1px var(--tui-background-neutral-1);
clip-path: inset(0 round var(--tui-radius-s));
td,
th {
@@ -301,41 +297,6 @@ hr {
margin-top: 24px;
}
.g-action {
@include transition(background);
@include button-clear();
display: flex;
align-items: center;
width: stretch;
gap: 1rem;
text-align: left;
font-size: 0.85rem;
padding: 0.5rem 1rem;
margin: 0 -1rem;
line-height: 1.25rem;
border-radius: 0.5rem;
color: var(--tui-text-primary);
}
a.g-action,
button.g-action {
cursor: pointer;
&:disabled {
pointer-events: none;
opacity: var(--tui-disabled-opacity);
}
&:hover {
background: var(--tui-background-neutral-1);
}
&:not(:last-child) {
box-shadow: 0 calc(0.5rem + 1px) 0 -0.5rem var(--tui-background-neutral-1);
}
}
.g-toggle {
height: var(--tui-height-l);
display: flex;