CE - Resolve "Missing borders between settings items"
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14877
This commit is contained in:
parent
cbb35ea882
commit
d270cfbbbf
1 changed files with 7 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue