@magicgol/polyjuice 0.40.2 → 0.40.3

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.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;;