Skip to content

Commit

Permalink
temporary fix to hide font awesome button. see: FortAwesome/wordpress…
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanstegall committed Aug 9, 2021
1 parent 4b43657 commit 126b504
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin-style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions sass_admin/admin-style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,11 @@
width: calc(100% - 240px);
}
}

/*
* hide the font awesome button
* see https://github.com/FortAwesome/wordpress-fontawesome/issues/139
*/
.button.font-awesome-icon-chooser-media-button {
display: none;
}

0 comments on commit 126b504

Please sign in to comment.