Commit bd088a45 by Saliya Randunu

S12429580 # Internal Issues (raised by QA) #1. Hover text missing when hoving…

S12429580 # Internal Issues (raised by QA) #1. Hover text missing when hoving over but it does show (-)
parent 3662ccd0
......@@ -4724,7 +4724,15 @@ span.right-img {
.m-user-left:hover .remove-icon {
display: inline-block;
}
.m-user-left .arrow_box.remove {
top: -4px;
left: -34px
}
.m-user-left:hover .arrow_box.remove {
display: inline-block;
}
.m-user-right{
float: right;
width: 30%;
......@@ -4779,7 +4787,7 @@ span.right-img {
padding: 5px;
z-index: 100;
top:-15px;
left:-10px;
left:18px;
letter-spacing: 2px;
text-align: center;
......@@ -7332,6 +7340,7 @@ input{
.workflow-row:hover .remove-icon {
display: inline-block;
}
#workflows {margin-bottom: 25px;}
#workflows .form-group {margin-bottom: 0;}
#middle-workflows .form-group:not(:last-child) {margin-bottom: 12px;}
......
......@@ -155,7 +155,9 @@
.mapEntry("HiringTeam", hiringTeam)
.toMap() %>">
<div class="remove-icon">_</div>
<div class="arrow_box remove" >REMOVE</div>
</oneit:button>
</oneit:recalcClass>
<div class="m-user-icon"><img src="images/user-list-icon.png"></div>
<div class="m-user-info">
......@@ -262,6 +264,7 @@
%>
<div class="user-list-row disabled" id="<%= companyUser.getID() %>">
<div class="m-user-left">
<div class="arrow_box remove" >REMOVE</div>
<div class="remove-icon">_</div>
<div class="m-user-icon"><img src="images/user-list-icon.png"></div>
<div class="m-user-info">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment