@magicgol/polyjuice 0.40.2 → 0.40.3

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.3",
4
4
  "scripts": {
5
5
  "serve": "vue-cli-service serve",
6
6
  "build": "vue-cli-service build",
@@ -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;;