Skip to content

Commit

Permalink
Removed focusBg for outline and danger buttons
Browse files Browse the repository at this point in the history
This changes was proposed here #276 (review)
  • Loading branch information
Juliusschaeper committed Nov 23, 2021
1 parent 74cb1c7 commit d28c82e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions data/colors/themes/light_high_contrast.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ const exceptions = {
hoverBorder: get('scale.blue.7'),
selectedBg: get('scale.blue.7'),
selectedBorder: get('scale.blue.7'),
focusBG: get('scale.blue.7'),
focusBorder: get('scale.blue.7'),
disabledText: alpha(get('scale.blue.5'), 0.5),
disabledBg: get('scale.gray.1')
Expand All @@ -185,7 +184,6 @@ const exceptions = {
hoverBorder: get('scale.red.7'),
selectedBg: get('scale.red.7'),
selectedBorder: get('scale.red.7'),
focusBg: get('scale.red.7'),
focusBorder: get('scale.red.7'),
disabledBg: get('scale.gray.1'),
icon: get('scale.red.6')
Expand Down

0 comments on commit d28c82e

Please sign in to comment.