@magicgol/polyjuice 0.51.3 → 0.51.4

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magicgol/polyjuice",
3
- "version": "0.51.3",
3
+ "version": "0.51.4",
4
4
  "scripts": {
5
5
  "serve": "vue-cli-service serve",
6
6
  "build": "vue-cli-service build",
@@ -41,7 +41,6 @@ export default {
41
41
  .mg-link {
42
42
  color: map-get($palette, 'brand');
43
43
  cursor: pointer;
44
- font-weight: 400;
45
44
 
46
45
  &--disabled {
47
46
  opacity: 0.6 !important;