blue-web 1.17.5 → 1.17.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/merged.scss CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Blue Web v1.17.5 (https://bruegmann.github.io/blue-web)
2
+ * Blue Web v1.17.6 (https://bruegmann.github.io/blue-web)
3
3
  * Licensed under GNU General Public License v3.0 (https://github.com/bruegmann/blue-web/blob/master/LICENSE).
4
4
  */
5
5
 
@@ -3892,8 +3892,6 @@ $sidebar-expanded-breakpoint: 1400px !default;
3892
3892
  @extend .rounded;
3893
3893
  @extend .shadow;
3894
3894
  @extend .blue-menu-item-dropdown-from-start;
3895
- @extend .blue-sidebar-state;
3896
- @extend .open;
3897
3895
 
3898
3896
  position: absolute;
3899
3897
  top: 0;
@@ -12145,6 +12143,8 @@ dialog.blue-modal:has(.offcanvas-start) {
12145
12143
  .blue-layout-side {
12146
12144
  grid-area: side;
12147
12145
  overflow: auto;
12146
+ background: inherit;
12147
+ overflow-y: auto;
12148
12148
  }
12149
12149
 
12150
12150
  @media (width < 64rem) {
@@ -12168,7 +12168,6 @@ dialog.blue-modal:has(.offcanvas-start) {
12168
12168
  .blue-layout-main {
12169
12169
  overflow: auto;
12170
12170
  grid-area: main;
12171
- // grid-column-start: 2;
12172
12171
  }
12173
12172
 
12174
12173
  .blue-layout-body {
@@ -12179,6 +12178,7 @@ dialog.blue-modal:has(.offcanvas-start) {
12179
12178
  margin-right: auto;
12180
12179
  overflow: auto;
12181
12180
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity, 1));
12181
+ color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity, 1));
12182
12182
  box-shadow: var(--bs-box-shadow-sm);
12183
12183
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
12184
12184
  border-radius: var(--bs-border-radius-lg);