Skip to content

Commit

Permalink
fix: remove :hover
Browse files Browse the repository at this point in the history
  • Loading branch information
Degray84 committed Aug 14, 2022
1 parent 14dcbf5 commit 0ef4aef
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions data/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -3299,7 +3299,7 @@
"value": "#c74e60",
"type": "color"
},
"negative :hover": {
"negative-hover": {
"value": "#bc4255",
"type": "color"
},
Expand All @@ -3313,7 +3313,7 @@
"value": "#43be3f",
"type": "color"
},
"success-bg :hover": {
"success-bg-hover": {
"value": "#224841",
"type": "color"
},
Expand All @@ -3329,7 +3329,7 @@
"value": "#36333e",
"type": "color"
},
"error-bg :hover": {
"error-bg-hover": {
"value": "#413742",
"type": "color"
},
Expand All @@ -3341,7 +3341,7 @@
"value": "#0d2746",
"type": "color"
},
"info-bg :hover": {
"info-bg-hover": {
"value": "#0d2a4d",
"type": "color"
},
Expand All @@ -3353,7 +3353,7 @@
"value": "#3d4230",
"type": "color"
},
"warning-bg :hover": {
"warning-bg-hover": {
"value": "#4f4d2b",
"type": "color"
},
Expand All @@ -3365,7 +3365,7 @@
"value": "#525457",
"type": "color"
},
"neutral-bg :hover": {
"neutral-bg-hover": {
"value": "#5a5d60",
"type": "color"
}
Expand All @@ -3375,7 +3375,7 @@
"value": "#43be3f",
"type": "color"
},
"playrix :hover": {
"playrix-hover": {
"value": "#39a736",
"type": "color"
},
Expand All @@ -3387,7 +3387,7 @@
"value": "#1d3e3c",
"type": "color"
},
"playrix-bg :hover": {
"playrix-bg-hover": {
"value": "#224841",
"type": "color"
},
Expand All @@ -3399,7 +3399,7 @@
"value": "#5573f2",
"type": "color"
},
"blue :hover": {
"blue-hover": {
"value": "#4a66db",
"type": "color"
},
Expand All @@ -3411,7 +3411,7 @@
"value": "#1f3654",
"type": "color"
},
"blue-bg :hover": {
"blue-bg-hover": {
"value": "#203858",
"type": "color"
},
Expand All @@ -3423,7 +3423,7 @@
"value": "#09b778",
"type": "color"
},
"green :hover": {
"green-hover": {
"value": "#07a66c",
"type": "color"
},
Expand All @@ -3435,7 +3435,7 @@
"value": "#1d4a3a",
"type": "color"
},
"green-bg :hover": {
"green-bg-hover": {
"value": "#224841",
"type": "color"
},
Expand All @@ -3447,7 +3447,7 @@
"value": "#33454e",
"type": "color"
},
"secondary :hover": {
"secondary-hover": {
"value": "#42535c",
"type": "color"
},
Expand All @@ -3459,7 +3459,7 @@
"value": "#f7546d",
"type": "color"
},
"accent :hover": {
"accent-hover": {
"value": "#de4960",
"type": "color"
},
Expand Down

0 comments on commit 0ef4aef

Please sign in to comment.