Notifications
Clear all
Bugs and display issues
4
Posts
2
Users
0
Reactions
22
Views
Apr 26, 2023 1:47 pm
It appears that the Merge Ticket icon isn't showing properly in the new V1.17.3 version. It looks like the icon isn't replaced with the colored variation (when not hovering on the option in the menu) in the floating bar that comes down from the top of the screen when scrolling though a ticket.
3 Replies
Apr 26, 2023 1:47 pm

Apr 26, 2023 1:47 pm

Dec 12, 2024 2:17 am
add to your custom.css in GUI:
.sticky.bar.fixed .icon-code-fork:before {
color: inherit !important;
}
#sub_nav a:hover,
a:hover i[class^="icon-"],
.tabs a {
text-decoration: none;
color: #fff !important;
}
Dec 12, 2024 6:18 pm
correction, use only:
a:hover i[class^="icon-"]{
color: #fff !important;
}