@bildvitta/quasar-ui-asteroid 3.13.0-beta.17 → 3.13.0-beta.18

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@bildvitta/quasar-ui-asteroid",
3
3
  "description": "Asteroid",
4
- "version": "3.13.0-beta.17",
4
+ "version": "3.13.0-beta.18",
5
5
  "author": "Bild & Vitta <systemteam@bild.com.br>",
6
6
  "license": "MIT",
7
7
  "main": "dist/asteroid.cjs.min.js",
@@ -333,13 +333,17 @@ export default {
333
333
 
334
334
  td {
335
335
  @include set-typography($body1);
336
+
337
+ &:before {
338
+ transition: background-color var(--qas-generic-transition);
339
+ }
336
340
  }
337
341
 
338
342
  tr {
339
- transition: background-color var(--qas-generic-transition);
340
-
341
343
  &:hover {
342
- background-color: $grey-2;
344
+ td:before {
345
+ background-color: var(--qas-background-color);
346
+ }
343
347
  }
344
348
  }
345
349
 
@@ -56,7 +56,6 @@ export default {
56
56
 
57
57
  <style lang="scss">
58
58
  .error-component {
59
- background-color: var(--qas-background-color);
60
59
  min-height: 100vh;
61
60
  padding: var(--qas-spacing-3xl) 0;
62
61