1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
.o_web_client .o_hr_employee_kanban { .o_follow_btn.o_following { .o_unfollow { display: none; } &:hover { .o_following { display: none; } .o_unfollow { display: inline; } } } .o_employee_summary_icons > span { white-space: nowrap; } }