Merge pull request #99 from wagesj45/codex/fix-visual-bug-in-rule-editor-button
Fix rule toggle button style
This commit is contained in:
commit
bd050532ec
1 changed files with 1 additions and 1 deletions
|
@ -336,7 +336,7 @@ document.addEventListener('DOMContentLoaded', async () => {
|
|||
|
||||
const toggleBtn = document.createElement('button');
|
||||
toggleBtn.type = 'button';
|
||||
toggleBtn.className = 'button is-small rule-toggle';
|
||||
toggleBtn.className = 'button is-small is-light rule-toggle';
|
||||
const toggleIcon = document.createElement('img');
|
||||
toggleIcon.width = 16;
|
||||
toggleIcon.height = 16;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue