Skip to content

Commit

Permalink
Merge pull request #831 from egovernments/ISTE-18-FIX
Browse files Browse the repository at this point in the history
Iste 18 fix
  • Loading branch information
pradeepkumarcm-egov authored Jun 28, 2024
2 parents 2005f9f + 3db93f2 commit 80149e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@
}

.employee-card-input-only {
@apply mb-lg pl-sm outline-none block border w-full h-12 border-input-border border-solid bg-white leading-10 text-form-field text-text-primary;
}
.employee-card-input-only .employee-card-input {
border: none;
@apply mb-lg pl-sm outline-none block border w-full h-12 border-input-border border-solid bg-white leading-10 text-form-field text-text-primary;
}


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,7 @@ const EmployeeApp = ({ path, url, userType }) => {
</Link>{" "}
/ <span>{location.pathname === `/${window?.contextPath}/employee/hrms/inbox` ? t("HR_COMMON_HEADER") : t("HR_COMMON_HEADER")}</span>
</p>
<button className="clear-search" style={{ marginLeft: "15px",
marginBottom: "5px",
padding: "8px",
borderRadius: "5px" }} onClick={() => history.goBack()}>{t("HR_COMMON_BACK_ROUTE")}</button>

<div class="back-btn2 " onClick={() => history.goBack()}><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="black" width="19px"><path d="M24 0v24H0V0h24z" fill="none" opacity=".87"></path><path d="M14 7l-5 5 5 5V7z"></path></svg><p>Back</p></div>
<PrivateRoute
path={`${path}/inbox`}
component={() => (
Expand Down

0 comments on commit 80149e1

Please sign in to comment.