mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-08 13:00:13 +02:00
add column search to tabel config
This commit is contained in:
@@ -15,4 +15,12 @@
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
width: 100%;
|
||||
padding: var(--theme-spacing-xs);
|
||||
border-radius: var(--theme-radius-sm);
|
||||
transition: outline 0.2s ease;
|
||||
}
|
||||
|
||||
.item.matched {
|
||||
outline: 2px solid var(--theme-colors-primary);
|
||||
outline-offset: 2px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user