mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-28 01:56:01 -05:00
FIX: add border-top on the first tr in topic-list
This commit is contained in:
parent
3f3e3d10b5
commit
f4cb96ff9a
1 changed files with 4 additions and 0 deletions
|
@ -28,6 +28,10 @@
|
||||||
border-bottom: 1px solid dark-light-diff($primary, $secondary, 90%, -75%);
|
border-bottom: 1px solid dark-light-diff($primary, $secondary, 90%, -75%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
> tbody > tr:first-of-type {
|
||||||
|
border-top: 1px solid dark-light-diff($primary, $secondary, 90%, -75%);
|
||||||
|
}
|
||||||
|
|
||||||
th,
|
th,
|
||||||
td {
|
td {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
|
|
Loading…
Reference in a new issue