gh-13941: Fixed boost button viable when non-effective, CSS part (gh-13975)

Signed-off-by: sporocyst <sporocyst.tw@gmail.com>
This commit is contained in:
sporocyst
2026-06-01 16:59:41 +08:00
committed by GitHub
parent feca914821
commit 64e2e49a00

View File

@@ -540,6 +540,10 @@
& toolbarbutton {
margin: 0;
&[disabled] {
visibility: hidden;
}
}
}