Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Concord theme: Invisible send button #2274
Comments
use muc-toolbar-btn-color for background
use muc-toolbar-btn-color for background
Describe the bug
When using the 'concord' theme, the button to send messages is a white icon on white background.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Button should match the colors of the theme,
i.e. gray on white, gray and white (which should be which of these left to the concord theme designer). Compare the<<icon in attached screenshots.Screenshots
Environment (please complete the following information):
Additional context
Spotted a
color: #fff !importantin the browser DOM inspector tool which appears to come from:converse.js/sass/_core.scss
Lines 392 to 396 in f68eb65