Skip to content

Commit

Permalink
OEL-3325: Changed border.
Browse files Browse the repository at this point in the history
[skip chromatic]
  • Loading branch information
Tiberiu Dumitru committed Sep 5, 2024
1 parent 5c03f64 commit b18e64e
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions src/themes/default/src/scss/_inpage-navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
justify-content: space-between;
align-items: center;
white-space: normal;
border-bottom: 1px solid $gray-300;
&:after {
display: none;
}
Expand All @@ -29,11 +30,8 @@
background-color: $gray-100;
width: 100%;
top: 100% !important;
border: none;
border-radius: 0;
border-left: 0;
border-right: 0;
border-bottom: 0;
border-color: $gray-300;
transform: none !important;
}

Expand Down Expand Up @@ -68,14 +66,6 @@
}
}

@include media-breakpoint-down(md) {
.bcl-inpage-navigation {
.dropdown-menu {
margin-top: -1px !important;
}
}
}

@include media-breakpoint-down(lg) {
.bcl-sidebar:has(> .bcl-inpage-navigation) {
padding-bottom: map-get($spacers, 3);
Expand All @@ -87,7 +77,6 @@
display: block;
top: map-get($spacers, 3);
.dropdown-toggle {
border-bottom: 1px solid $gray-300;
cursor: auto;
&::after {
display: none;
Expand All @@ -98,7 +87,6 @@
}
.dropdown-menu {
position: relative !important;
border: none;
background: transparent;
padding: 0;
display: block;
Expand Down

0 comments on commit b18e64e

Please sign in to comment.