blue-react 8.6.2 → 8.6.4

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/style.scss CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Blue React v8.6.2-beta1 (https://bruegmann.github.io/blue-react)
2
+ * Blue React v8.6.4-beta1 (https://bruegmann.github.io/blue-react)
3
3
  * Licensed under GNU General Public License v3.0 (https://github.com/bruegmann/blue-react/blob/master/LICENSE).
4
4
  */
5
5
 
@@ -3,7 +3,7 @@
3
3
  position: relative;
4
4
  margin-left: 2px;
5
5
 
6
- background-color: var(--action-link-bg-color);
6
+ background-color: var(--blue-action-link-bg-color);
7
7
 
8
8
  &:hover {
9
9
  background-color: $bla-button-bg-hover;
@@ -38,6 +38,7 @@
38
38
 
39
39
  .blue-search-control {
40
40
  border: none;
41
+ background-color: transparent !important;
41
42
 
42
43
  &:focus {
43
44
  box-shadow: none;
@@ -110,6 +110,6 @@ $scrollbar-size: 10px;
110
110
  --blue-app-bg: var(--blue-theme, #{$app-bg});
111
111
  --blue-sidebar-bg: var(--blue-theme, #{$sidebar-bg});
112
112
  --blue-header-bg: var(--blue-theme, #{$header-bg});
113
- --action-link-bg-color: var(--blue-theme);
113
+ --blue-action-link-bg-color: var(--blue-theme);
114
114
  --blue-menu-item-indicator-bg: #{$sidebar-indicator-color};
115
115
  }
@@ -10,10 +10,10 @@
10
10
  @mixin actions($breakpoint) {
11
11
  @media screen and (max-width: $breakpoint + 1px) {
12
12
  &.open {
13
- --action-link-bg-color: #{darken($theme, 30%)};
13
+ --blue-action-link-bg-color: #{darken($theme, 30%)};
14
14
 
15
15
  display: block;
16
- background-color: var(--action-link-bg-color);
16
+ background-color: var(--blue-action-link-bg-color);
17
17
  width: 100%;
18
18
  position: absolute;
19
19
  z-index: 1;
@@ -1,5 +1,9 @@
1
1
  @mixin openSidebarMenu() {
2
- .blue-sidebar-hidden-on-open {
2
+ .blue-sidebar-hidden-on-open,
3
+ .blue-sidebar-before-hidden-on-open::before,
4
+ .blue-sidebar-after-hidden-on-open::after,
5
+ .blue-sidebar-pseudo-hidden-on-open::before,
6
+ .blue-sidebar-pseudo-hidden-on-open::after {
3
7
  display: none;
4
8
  }
5
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "blue-react",
3
- "version": "8.6.2",
3
+ "version": "8.6.4",
4
4
  "description": "Blue React Components",
5
5
  "license": "LGPL-3.0-or-later",
6
6
  "main": "index.js",