mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +02:00
fix table column css ordering
This commit is contained in:
@@ -60,6 +60,10 @@
|
||||
line-clamp: 3;
|
||||
}
|
||||
|
||||
.container.data-row {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.container.with-horizontal-border {
|
||||
border-bottom: 1px solid var(--theme-colors-border);
|
||||
}
|
||||
@@ -162,12 +166,6 @@
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.container.data-row {
|
||||
cursor: pointer;
|
||||
border-top: 1px solid transparent;
|
||||
border-bottom: 1px solid transparent;
|
||||
}
|
||||
|
||||
.header-container {
|
||||
background: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user