blue-react 8.1.3 → 8.1.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/style.scss CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Blue React v8.1.3 (https://bruegmann.github.io/blue-react)
2
+ * Blue React v8.1.6 (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
 
@@ -203,6 +203,7 @@
203
203
  }
204
204
 
205
205
  .blue-sidebar {
206
+ @include custom-scrollbar($sidebar-color, $sidebar-bg, 0.3rem);
206
207
  overflow-y: auto;
207
208
  }
208
209
 
@@ -1,6 +1,7 @@
1
1
  .blue-search {
2
2
  display: flex;
3
3
  align-items: center;
4
+ border: $input-border-width solid $input-border-color;
4
5
  border-radius: $input-border-radius;
5
6
 
6
7
  &.blue-search-body {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "blue-react",
3
- "version": "8.1.3",
3
+ "version": "8.1.6",
4
4
  "description": "Blue React Components",
5
5
  "license": "LGPL-3.0-or-later",
6
6
  "main": "index.js",