Benjamin Wittorf

Results 6 comments of Benjamin Wittorf

Can confirm. The extension console log says there aren't any changes: `Formatting ` and next line `No changes for ` Works fine on regular PHP files, though, and formatting Blade...

FWIW, I added the following lines to `.prettierrc` for the plugin: ``` "overrides": [ { "files": ["*.blade.php"], "options": { "tabWidth": 2, "parser": "blade" } } ], ``` Also, Blade files...

After quitting Nova: I pretty much rollbacked to 2.5.1 (up to commit 9eddeaa) in a local repository and replaced all files in the corresponding files in the Nova extensions directory,...

True, but only for all, which I don't want 😃

Thanks for the follow-up!

As a quick fix for the time being I updated my css with: ```css #custom-context-menu, .dropdown-wrapper, .tippy-tooltip, .ui__modal-panel, .absolute-modal, .modal { box-shadow: 0px 0px 24px 4px var(--color-level-1); } .tippy-tooltip .arrow-regular...