mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-23 11:55:01 +03:00
Fixed issue with list borders (#17792)
no refs - Removed unnecessary `border-bottom` on list header and `border-top: none` that was added to avoid double borders
This commit is contained in:
parent
288859fc95
commit
76adef7d9e
@ -48,7 +48,6 @@ ul.nostyle li {
|
||||
.gh-list-header {
|
||||
display: table-cell;
|
||||
vertical-align: middle;
|
||||
border-bottom: var(--main-color-area-divider) 1px solid;
|
||||
font-size: 1.1rem;
|
||||
font-weight: 500;
|
||||
letter-spacing: 0.03em;
|
||||
@ -91,10 +90,6 @@ ul.nostyle li {
|
||||
padding: 8px 20px;
|
||||
}
|
||||
|
||||
.gh-list-row:nth-of-type(2) .gh-list-data {
|
||||
border-top: none;
|
||||
}
|
||||
|
||||
.gh-list-row .gh-list-data:first-child {
|
||||
padding-left: 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user