asacolips-projects / dungeonworld

Create campaigns in Foundry VTT using the Dungeon World RPG!
MIT License
8 stars 4 forks source link

Display problem with the text editor's toolbar #101

Closed asacolips closed 7 months ago

asacolips commented 2 years ago

In GitLab by @julien1205 on Sep 18, 2022, 09:17

When you click edit on a text field in the character sheet or on items the toolbar in the editor is invisible, you have to mousehover each tool to display it. it's quite confusing.

image

Tested on an empty world, no active module

asacolips commented 2 years ago

In GitLab by @julien1205 on Sep 18, 2022, 16:05

It's caused by the dark mode.

asacolips commented 2 years ago

In GitLab by @Asacolips on Sep 19, 2022, 14:02

@julien1205 assuming this is for the latest/v10 release, I'm fairly sure that I encountered something similar on my dark mode for my 13th Age system. I'll get a fix out for this in the next release :thumbsup:

asacolips commented 2 years ago

In GitLab by @julien1205 on Sep 19, 2022, 14:14

It's indeed for foundry V10 sorry for the lack of detail. Thanks a lot.

asacolips commented 2 years ago

In GitLab by @julien1205 on Sep 27, 2022, 11:09

Here is the corresponding CSS:

skin.min.css

and here is the problematic block:

.tox:not(.tox-tinymce-inline) .tox-editor-header { background-color:#fff; border-bottom:none; box-shadow:0 2px 2px -2px rgba(34,47,62,.1),0 8px 8px -4px rgba(34,47,62,.07); padding:4px 0; transition:box-shadow .5s }

I dont really understand css but I hope it helps

asacolips commented 2 years ago

In GitLab by @Asacolips on Oct 9, 2022, 17:30

Resolved in 1c3077ab and will be included in release 1.6.2