Skip to content

Commit

Permalink
Removed 'keyParameter' checkbox in the header of the 'editField' moda…
Browse files Browse the repository at this point in the history
…l. There was no code hooking this up.
  • Loading branch information
james-strauss-uwa committed Dec 18, 2024
1 parent 1788b73 commit de16bf2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 31 deletions.
30 changes: 0 additions & 30 deletions static/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -1942,36 +1942,6 @@ ul.nav.navbar-nav .dropdown-item:hover{
border:none;
}

#editFieldModalKeyParameterCheckbox{
position:relative;
background-color: transparent;
border: none;
background-image: none;
}

#editFieldModalKeyParameterCheckbox:focus{
outline: none !important;
box-shadow: none;
}

#editFieldModalKeyParameterCheckbox:before {
position: absolute;
top: -2px;
left: -2px;
content: "favorite_border";
color: white;
outline: none;
}

#editFieldModalKeyParameterCheckbox:checked:before {
position: absolute;
top: -2px;
left: -2px;
content: "favorite";
color:white;
outline: none;
}

#rightWindowTabs{
width:100%;
border: none;
Expand Down
1 change: 0 additions & 1 deletion templates/modals/edit_field.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<div class="modal-content">
<!-- ko ifnot: $data === null -->
<div class="modal-header">
<input type="checkbox" tabindex='-1' class="form-control form-check-input material-icons" id="editFieldModalKeyParameterCheckbox">
<h5 class="modal-title" id="editFieldModalTitle">Edit Parameter</h5>
<button type="button" class="btn-close btn-close-white" data-bs-dismiss="modal"></button>
</div>
Expand Down

0 comments on commit de16bf2

Please sign in to comment.