8000 Fix: Debug toolbar action button has too low contrast in dark mode (#… · django-cms/django-cms@16833a2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 16833a2

Browse files
authored
Fix: Debug toolbar action button has too low contrast in dark mode (#7642)
1 parent 60f384c commit 16833a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cms/static/cms/sass/components/_toolbar.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
.cms-toolbar .cms-btn-action {
8888
background-color: $toolbar-debug-bgcolor;
8989
border-color: $toolbar-debug-bgcolor;
90-
color: $black;
90+
color: black;
9191
&:active,
9292
&:focus {
9393
background-color: $toolbar-debug-bgcolor;

0 commit comments

Comments
 (0)
0