@asd20/ui 3.2.782 → 3.2.783

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
@@ -5,7 +5,7 @@
5
5
  "*.scss",
6
6
  "*.vue"
7
7
  ],
8
- "version": "3.2.782",
8
+ "version": "3.2.783",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -88,7 +88,7 @@ export default {
88
88
 
89
89
  &:focus {
90
90
  // outline: none;
91
- box-shadow: 0 0 0 5px var(--website-page__link-color) inset;
91
+ // box-shadow: 0 0 0 5px var(--website-page__link-color) inset;
92
92
  }
93
93
 
94
94
  &--active {
@@ -98,7 +98,7 @@ export default {
98
98
  background: white;
99
99
  }
100
100
  &:focus {
101
- box-shadow: 0 0 0 5px var(--website-page__link-color);
101
+ // box-shadow: 0 0 0 5px var(--website-page__link-color);
102
102
  outline: none !important;
103
103
  }
104
104
  }