@magicgol/polyjuice 0.40.2 → 0.40.4

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": "@magicgol/polyjuice",
3
- "version": "0.40.2",
3
+ "version": "0.40.4",
4
4
  "scripts": {
5
5
  "serve": "vue-cli-service serve",
6
6
  "build": "vue-cli-service build",
@@ -59,6 +59,7 @@ export default {
59
59
  .mg-label {
60
60
  border-radius: 32px;
61
61
  padding: 0.125rem;
62
+ white-space: nowrap;
62
63
 
63
64
  > div {
64
65
  padding-top: 0.0625rem;
@@ -141,6 +141,11 @@ export default {
141
141
 
142
142
  &--disabled {
143
143
  color: #6d6d6d !important;
144
+ > div {
145
+ background: transparent;
146
+ -webkit-background-clip: unset;
147
+ -webkit-text-fill-color: unset;
148
+ }
144
149
 
145
150
  svg {
146
151
  fill: #6d6d6d !important;;
@@ -172,12 +172,11 @@ export default {
172
172
  }
173
173
 
174
174
  &-ribbon {
175
- height: 24px;
176
175
  right: 0;
177
- margin-right: -6px;
178
- margin-top: -6px;
176
+ margin-right: -10%;
177
+ margin-top: -10%;
179
178
  top: 0;
180
- width: 24px;
179
+ width: 40%;
181
180
 
182
181
  svg {
183
182
  fill: #075169;