From 584a746018d6ab3cbf25675fe748ccf737b2264a Mon Sep 17 00:00:00 2001 From: Giga Chubinidze Date: Thu, 24 Aug 2023 09:47:24 +0400 Subject: [PATCH] Fix gray background on tox button [SCI-7976] --- app/assets/stylesheets/tiny_mce.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/tiny_mce.scss b/app/assets/stylesheets/tiny_mce.scss index b894e335d..2dd48cbed 100644 --- a/app/assets/stylesheets/tiny_mce.scss +++ b/app/assets/stylesheets/tiny_mce.scss @@ -216,7 +216,7 @@ display: flex !important; } -.tox-tbtn:not(:hover) { +.tox-button--icon:not(:hover) { background-color: var(--sn-white) !important; }