Skip to content

Commit

Permalink
Remove hidden login
Browse files Browse the repository at this point in the history
  • Loading branch information
david-poindexter committed Dec 23, 2023
1 parent a6fa6bd commit 831d439
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
3 changes: 1 addition & 2 deletions DNN Platform/Skins/Aperture/partials/_footer.ascx
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@
</div>
</div>
</div>
</footer>
<dnn:Login runat="server" id="dnnHiddenLogin" CssClass="hiddenLogin" />
</footer>
11 changes: 0 additions & 11 deletions DNN Platform/Skins/Aperture/src/scss/components/_login.scss
Original file line number Diff line number Diff line change
Expand Up @@ -114,15 +114,4 @@ block.dnnLogin {
}
}
}
}


//Hides the #dnnHiddenLogin LOGIN theme object
.hiddenLogin {
bottom: 0;
display: block;
height: 30px;
position: fixed;
text-indent: -1000px;
width: 30px;
}

0 comments on commit 831d439

Please sign in to comment.