Skip to content

Commit

Permalink
Admin: toolbar accessibility fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xenocrat committed Aug 25, 2024
1 parent 9020861 commit 7805bda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/stylesheets/all.css
Original file line number Diff line number Diff line change
Expand Up @@ -1087,14 +1087,14 @@ label.emblem.toolbar > input:focus + img {
}
input.toolbar.hidden {
display: inline !important;
opacity: 0 !important;
font: inherit !important;
width: 1px !important;
height: 16px !important;
outline: none !important;
border: none !important;
padding: 0rem !important;
margin: 0rem !important;
visibility: hidden !important;
}
input.toolbar.hidden::file-selector-button {
display: none !important;
Expand Down

0 comments on commit 7805bda

Please sign in to comment.