From 5e4f386891c1f7fabee1ac74236a74efde226505 Mon Sep 17 00:00:00 2001 From: Nikola Stojanovic <68916411+dzonidoo@users.noreply.github.com> Date: Mon, 2 Sep 2024 11:13:22 +0200 Subject: [PATCH] remove necessary background color (#4614) --- scripts/core/editor3/styles.scss | 6 ------ 1 file changed, 6 deletions(-) diff --git a/scripts/core/editor3/styles.scss b/scripts/core/editor3/styles.scss index 43b9541819..81e70d612b 100644 --- a/scripts/core/editor3/styles.scss +++ b/scripts/core/editor3/styles.scss @@ -606,12 +606,6 @@ $editor-styleButton-size: 3rem; } } -[data-theme="dark-ui"] { - .Editor3-controls { - background-color: #23282e; - } -} - .Editor3-styleButton { &--short { padding-inline-end: 0.2rem;