mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 04:01:58 +00:00
chore: comments (#2863)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user