Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix settings section divider being very visible below navigation bar
Signed-off-by: Jan-Christoph Borchardt <[email protected]>
  • Loading branch information
jancborchardt authored and Backportbot committed Jan 27, 2019
commit 3f08f0066cdfc131dc658ec407bec58d45d14851
6 changes: 3 additions & 3 deletions settings/css/settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -937,9 +937,9 @@ span.version {

.section {
margin-bottom: 0;
/* use 2nd child since app-navigation-toggle is the first */
&:not(:nth-child(2)) {
border-top: 1px solid var(--color-border);
/* section divider lines, none needed for last one */
&:not(:last-child) {
border-bottom: 1px solid var(--color-border);
}

/* correctly display help icons next to headings */
Expand Down