mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
chore: address comments
This commit is contained in:
@@ -103,6 +103,7 @@ tui-root._mobile .g-table {
|
||||
}
|
||||
|
||||
tr {
|
||||
position: relative;
|
||||
display: grid;
|
||||
border-radius: var(--tui-radius-l);
|
||||
padding: 0.75rem 1rem;
|
||||
@@ -110,8 +111,13 @@ tui-root._mobile .g-table {
|
||||
background: rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
||||
tr:has(:checked) {
|
||||
box-shadow: inset 0 0 0 0.125rem var(--tui-primary);
|
||||
}
|
||||
|
||||
td,
|
||||
th {
|
||||
position: static;
|
||||
height: auto;
|
||||
min-height: 2rem;
|
||||
align-content: center;
|
||||
|
||||
Reference in New Issue
Block a user