Forum

Merge Ticket Icon D...
 
Notifications
Clear all

Merge Ticket Icon Dissapears

4 Posts
2 Users
0 Reactions
22 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.


3 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: 1 year 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: 1 year ago

correction, use only:

 

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


Reply
Share: