Skip to content

theme: fix 'hover' and 'check' colors for buttons under .toolbar

Nelson Ben requested to merge dark_theme_fix_hover_toolbar_buttons into main

Buttons under .toolbar were using for their hover, active and check colors the default ones from %button_basic_flat which are very dimmed, so we explicitly darken them.

Part of #5725 (closed)

BEFORE:

HOVER_BEFORE ACTIVE_BEFORE

AFTER:

HOVER_AFTER ACTIVE_AFTER

Merge request reports