Skip to content

Commit

Permalink
Moved css snippet to debug.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
DanieleFreemius committed Dec 4, 2024
1 parent 2102077 commit 90aadc3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion assets/css/admin/debug.css

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

7 changes: 7 additions & 0 deletions assets/scss/admin/debug.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@
margin: 0 5px;
}

.fs-debug-table-toggle-button {
font-size: 1.2em;
cursor: pointer;
background: transparent;
border: none;
}

#fs_log_book {
table {
font-family: Consolas,Monaco,monospace;
Expand Down
9 changes: 0 additions & 9 deletions templates/debug.php
Original file line number Diff line number Diff line change
Expand Up @@ -952,12 +952,3 @@ class="dashicons dashicons-download"></i> <?php fs_esc_html_echo_inline( 'Downlo
} );
} );
</script>
<style>
/* CSS to style accordions */
.fs-debug-table-toggle-button {
font-size: 1.2em;
cursor: pointer;
background: transparent;
border: none;
}
</style>

0 comments on commit 90aadc3

Please sign in to comment.