Commit 3563552
committed
fix(toolbar): add [hidden] CSS rule to fix toolbarHiddenButtons option
Fixes #544
The toolbarHiddenButtons configuration option was not working because
the [hidden] attribute requires explicit CSS styling. This style was
previously provided by Bootstrap, but after removing that dependency
in v3.0, buttons remained visible even when configured as hidden.
Changes:
- Add [hidden] { display: none !important; } to default.scss
- Ensures toolbarHiddenButtons works without external CSS frameworks
- One-line fix for a critical configuration feature
Testing:
- Library builds successfully
- No breaking changes to existing functionality1 parent bce6914 commit 3563552
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
1 | 7 | | |
2 | 8 | | |
3 | 9 | | |
| |||
0 commit comments