Commit 9ace095b authored by Marcel van Remmerden's avatar Marcel van Remmerden Committed by Paul Slaughter

Resolve "Missing borders between settings items"

parent c8399469
......@@ -24,12 +24,16 @@
.settings {
// border-top for each item except the top one
+ .settings {
border-top: 1px solid $border-color;
}
&:first-of-type {
margin-top: 10px;
border: 0;
}
+ div .settings:first-of-type {
margin-top: 0;
border-top: 1px solid $border-color;
}
&.animating {
......
---
title: Fix missing borders between settings items
merge_request: 14877
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment