@everchron/ec-shards 0.7.41 → 0.7.44

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everchron/ec-shards",
3
- "version": "0.7.41",
3
+ "version": "0.7.44",
4
4
  "private": false,
5
5
  "description": "Everchron Shards UI Library",
6
6
  "repository": "https://github.com/everchron/ec-shards.git",
@@ -102,6 +102,10 @@
102
102
 
103
103
  &.refreshing{
104
104
  animation: spin 1s infinite linear;
105
+
106
+ &:after{
107
+ opacity: 0;
108
+ }
105
109
  }
106
110
 
107
111
  &:disabled{
@@ -77,7 +77,7 @@
77
77
  &-sidebar{
78
78
  position: absolute;
79
79
  z-index: 5;
80
- right: 0;
80
+ right: 10px;
81
81
  top: 0;
82
82
  bottom: 0;
83
83
  }
@@ -145,6 +145,7 @@
145
145
  position: absolute;
146
146
  right: -36px;
147
147
  top: 0;
148
+ cursor: pointer;
148
149
 
149
150
  .icon{
150
151
  border-radius: 100%;
@@ -45,6 +45,7 @@
45
45
  position: absolute;
46
46
  right: -36px;
47
47
  top: 0;
48
+ cursor: pointer;
48
49
 
49
50
  .icon{
50
51
  border-radius: 100%;