Notifications
Clear all
6 Forums 829 Topics 3,280 Posts 9 Online 3,047 Members

Support Request Merge Ticket Icon Dissapears

5 Posts
2 Users
0 Reactions
103 Views
Posts: 36
Topic starter
(@stephenehos-ca)
Member
Joined: 6 years ago

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.


4 Replies
Posts: 36
Topic starter
(@stephenehos-ca)
Member
Joined: 6 years ago


Reply
Posts: 36
Topic starter
(@stephenehos-ca)
Member
Joined: 6 years ago


Reply
Posts: 8
(@klshs)
Member
Joined: 2 years ago

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;
}


Reply
Posts: 8
(@klshs)
Member
Joined: 2 years ago

correction, use only:

 

a:hover i[class^="icon-"]{
color: #fff !important;
}


Reply
Share: