mirror of
https://github.com/cypht-org/cypht.git
synced 2026-04-26 05:26:00 +03:00
[GH-ISSUE #305] compose:markdown icons missing #265
Labels
No labels
2fa
I18N
PGP
Security
Security
account
advanced_search
advanced_search
announcement
api_login
authentication
awaiting feedback
blocker
bug
bug
bug
calendar
config
contacts
core
core
devops
docker
docs
duplicate
dynamic_login
enhancement
epic
feature
feeds
framework
github
github
gmail_contacts
good first issue
help wanted
history
history
imap
imap_folders
inline_message
installation
keyboard_shortcuts
keyboard_shortcuts
ldap_contacts
mobile
need-ssh-access
new module set
nux
pop3
profiles
pull-request
question
refactor
release
research
saved_searches
smtp
strategic
tags
tests
themes
website
wordpress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cypht#265
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @zeigerpuppy on GitHub (Nov 26, 2018).
Original GitHub issue: https://github.com/cypht-org/cypht/issues/305
Originally assigned to: @jasonmunro on GitHub.
Issue
With the current version of cypht, I am having difficulty seeing the icons is the compose toolbar for Markdown.
The web server logs show this error
@jasonmunro commented on GitHub (Nov 27, 2018):
@zeigerpuppy the warning is an unrelated issue that I will fix shortly. I can confirm that the issue is that we are forcing a global font in the theme CSS which is breaking the font based icons in the markdown editor. I will update here when I have a fix. Thanks for the feedback!
@jasonmunro commented on GitHub (Nov 27, 2018):
@zeigerpuppy should be fixed in the master branch. It's a css change so you will need to rerun the config gen script to recreate the production site.css file.
@zeigerpuppy commented on GitHub (Nov 29, 2018):
Thanks! The fix is tested and working well. You've done a great job with the markdown implementation, it's simple and inter-operates well with other mail clients.
@jasonmunro commented on GitHub (Nov 29, 2018):
Thanks for the follow up and for checking out the markdown feature - not sure anybody but myself has tried it! :)