From 4d0e956a0965786074f89cbf2fc7118e28ced5c0 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Thu, 22 May 2025 23:00:43 +0300 Subject: [PATCH] style(next)/formatting toolbar: tweak the icon color of dropdown items --- apps/client/src/stylesheets/theme-next/notes/text.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/apps/client/src/stylesheets/theme-next/notes/text.css b/apps/client/src/stylesheets/theme-next/notes/text.css index 585c07e04..28ed6968e 100644 --- a/apps/client/src/stylesheets/theme-next/notes/text.css +++ b/apps/client/src/stylesheets/theme-next/notes/text.css @@ -136,10 +136,15 @@ box-shadow: unset; } -:root .ck.ck-list__item{ +:root .ck.ck-list__item { min-width: 10em; } +/* Item with icon */ +:root .ck.ck-button_with-text svg:first-child { + color: var(--menu-item-icon-color); +} + /* Checked list item */ :root ul.ck.ck-list button.ck-button:hover,