1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-01-31 11:37:14 +00:00

Fix low contrast of icons on flyout menu by adjusting stroke color (#42182).

Patch by Mizuki ISHIKAWA (user:ishikawa999).


git-svn-id: https://svn.redmine.org/redmine/trunk@23489 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2025-02-05 07:32:09 +00:00
parent 1557701e17
commit b665d32349

View File

@ -440,6 +440,10 @@
color: white;
}
.flyout-menu .icon svg {
stroke: white;
}
.flyout-menu ul li a:hover {
text-decoration: none;
}
@ -560,8 +564,10 @@
#admin-menu a.selected {
line-height: 40px;
padding: 0;
padding-left: 32px !important;
background-position: 8px 50%;
}
#admin-menu a.icon:not(:has(svg)) {
padding-left: 20px !important;
}
/*----------------------------------------*\