@eturnity/eturnity_reusable_components 1.0.44 → 1.0.45

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": "@eturnity/eturnity_reusable_components",
3
- "version": "1.0.44",
3
+ "version": "1.0.45",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
@@ -161,6 +161,10 @@ const TableContainer = styled.table`
161
161
  cursor: not-allowed;
162
162
  }
163
163
 
164
+ .arrow-dropdown {
165
+ visibility: hidden;
166
+ }
167
+
164
168
  &.footer {
165
169
  td {
166
170
  background-color: ${(props) => props.theme.colors.grey5};
@@ -213,6 +217,10 @@ const TableContainer = styled.table`
213
217
  .drag-icon {
214
218
  visibility: visible;
215
219
  }
220
+
221
+ .arrow-dropdown {
222
+ visibility: visible;
223
+ }
216
224
  }
217
225
 
218
226
  .drag-container {