Fix rule toggle button style
This commit is contained in:
parent
11db14545c
commit
f156a653ef
1 changed files with 1 additions and 1 deletions
|
@ -336,7 +336,7 @@ document.addEventListener('DOMContentLoaded', async () => {
|
||||||
|
|
||||||
const toggleBtn = document.createElement('button');
|
const toggleBtn = document.createElement('button');
|
||||||
toggleBtn.type = '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');
|
const toggleIcon = document.createElement('img');
|
||||||
toggleIcon.width = 16;
|
toggleIcon.width = 16;
|
||||||
toggleIcon.height = 16;
|
toggleIcon.height = 16;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue