bfg-common 1.3.135 → 1.3.136

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.
@@ -108,6 +108,9 @@
108
108
  .vsphere-icon-tag-remove {
109
109
  background-position: 0 16.3442294863%;
110
110
  }
111
+ .vx-icon-removeIcon {
112
+ background-position: 0 74.649766511%;
113
+ }
111
114
 
112
115
  /* _____BACKGROUND IMAGE_____ */
113
116
  .icon-roll-back,
@@ -145,6 +148,7 @@
145
148
  .icon-vm-customizationManager-32x,
146
149
  .icon-storage-profile-32x,
147
150
  .icon-tasks,
151
+ .vx-icon-removeIcon,
148
152
  .vsphere-icon-snapshot-run {
149
153
  background-image: url('../img/icons/icons-sprite-light-4.svg');
150
154
  html.dark-theme & {
@@ -184,6 +188,7 @@
184
188
  .active .vsphere-icon-user,
185
189
  .active .icon-vm-customizationManager-32x .active .icon-tasks,
186
190
  .active .icon-tasks,
191
+ .active .vx-icon-removeIcon,
187
192
  .active .vsphere-icon-snapshot-run {
188
193
  background-image: url('../img/icons/icons-sprite-dark-4.svg');
189
194
 
@@ -239,6 +244,7 @@
239
244
  .icon-tags-custom-attributes,
240
245
  .icon-tasks,
241
246
  .vsphere-icon-user,
247
+ .vx-icon-removeIcon,
242
248
  .vsphere-icon-snapshot-run {
243
249
  width: 18px;
244
250
  min-width: 18px;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bfg-common",
3
3
  "private": false,
4
- "version": "1.3.135",
4
+ "version": "1.3.136",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev --port=3002",