Skip to content

Commit 8e6dab6

Browse files
committed
docs(Sidebar): update comments
1 parent cbd4a4b commit 8e6dab6

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

dist/css/coreui.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui.rtl.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scss/sidebar/_sidebar.scss

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
position: relative;
1616
display: flex;
17-
// $sidebar-width is the width of the columns
1817
flex: 0 0 var(--#{$prefix}sidebar-width);
1918
flex-direction: column;
2019
// put the nav on the left
@@ -107,9 +106,9 @@
107106
}
108107

109108
&.sidebar-overlaid {
110-
// scss-docs-start sidebar-css-vars
109+
// scss-docs-start sidebar-overlaid-css-vars
111110
--#{$prefix}sidebar-overlaid-box-shadow: #{$sidebar-overlaid-box-shadow};
112-
// scss-docs-end sidebar-css-vars
111+
// scss-docs-end sidebar-overlaid-css-vars
113112

114113
position: fixed;
115114
top: 0;
@@ -137,7 +136,7 @@
137136
&:not(.sidebar-end) {
138137
@include ltr-rtl("margin-left", 0);
139138
}
140-
139+
141140
&.sidebar-end {
142141
@include ltr-rtl("margin-right", 0);
143142
}

0 commit comments

Comments
 (0)