blue-react 8.1.0 → 8.1.1

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.0 (https://bruegmann.github.io/blue-react)
2
+ * Blue React v8.1.1 (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
 
@@ -102,11 +102,10 @@
102
102
  position: absolute;
103
103
  top: 0.625rem;
104
104
  bottom: 0.625rem;
105
- left: 0;
105
+ left: 0.125rem;
106
106
  width: 0.25rem;
107
107
  background-color: $sidebar-indicator-color;
108
- border-top-right-radius: 1rem;
109
- border-bottom-right-radius: 1rem;
108
+ border-radius: 1rem;
110
109
  animation: sidebar-menu-item-indicator-in 0.2s ease-in-out;
111
110
  }
112
111
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "blue-react",
3
- "version": "8.1.0",
3
+ "version": "8.1.1",
4
4
  "description": "Blue React Components",
5
5
  "license": "LGPL-3.0-or-later",
6
6
  "main": "index.js",