Remove accidental background color on unhovered ok indicator

Max Brunsfeld created

A follow-up to #921

Change summary

assets/themes/cave-dark.json         | 3 +--
assets/themes/cave-light.json        | 3 +--
assets/themes/dark.json              | 3 +--
assets/themes/light.json             | 3 +--
assets/themes/solarized-dark.json    | 3 +--
assets/themes/solarized-light.json   | 3 +--
assets/themes/sulphurpool-dark.json  | 3 +--
assets/themes/sulphurpool-light.json | 3 +--
styles/src/styleTree/workspace.ts    | 1 -
9 files changed, 8 insertions(+), 17 deletions(-)

Detailed changes

assets/themes/cave-dark.json 🔗

@@ -254,8 +254,7 @@
           "padding": {
             "left": 6,
             "right": 6
-          },
-          "background": "#58526052"
+          }
         },
         "container_warning": {
           "corner_radius": 6,

assets/themes/cave-light.json 🔗

@@ -254,8 +254,7 @@
           "padding": {
             "left": 6,
             "right": 6
-          },
-          "background": "#8b87921f"
+          }
         },
         "container_warning": {
           "corner_radius": 6,

assets/themes/dark.json 🔗

@@ -254,8 +254,7 @@
           "padding": {
             "left": 6,
             "right": 6
-          },
-          "background": "#232323"
+          }
         },
         "container_warning": {
           "corner_radius": 6,

assets/themes/light.json 🔗

@@ -254,8 +254,7 @@
           "padding": {
             "left": 6,
             "right": 6
-          },
-          "background": "#eaeaea"
+          }
         },
         "container_warning": {
           "corner_radius": 6,

styles/src/styleTree/workspace.ts 🔗

@@ -99,7 +99,6 @@ export default function workspace(theme: Theme) {
         containerOk: {
           cornerRadius: 6,
           padding: { left: 6, right: 6 },
-          background: backgroundColor(theme, 300, "hovered"),
         },
         containerWarning: {
           cornerRadius: 6,