From 74c1691ae6670f842859ec00eb0aa256614741f2 Mon Sep 17 00:00:00 2001 From: Giga Chubinidze Date: Tue, 22 Aug 2023 18:33:09 +0400 Subject: [PATCH] Fixed gray background on tinymce crop button --- app/assets/stylesheets/tiny_mce.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/tiny_mce.scss b/app/assets/stylesheets/tiny_mce.scss index facae87a4..b894e335d 100644 --- a/app/assets/stylesheets/tiny_mce.scss +++ b/app/assets/stylesheets/tiny_mce.scss @@ -216,8 +216,8 @@ display: flex !important; } -.tox-tbtn { - background-color: var(--sn-white); +.tox-tbtn:not(:hover) { + background-color: var(--sn-white) !important; } .tox .tox-pop {