thomaspark / bootswatch

Themes for Bootstrap
https://bootswatch.com
MIT License
14.57k stars 3.67k forks source link

[Flatly theme] white close button on toasts' headers #950

Closed Odyseus closed 4 years ago

Odyseus commented 4 years ago

Hello, everybody.

While creating my own variation of the Flatly theme, I found that the close buttons are white on toasts headers white backgrounds.

Flatly

A simple fix would be:

--- a/dist/flatly/_bootswatch.scss
+++ b/dist/flatly/_bootswatch.scss
@@ -237,6 +237,7 @@ $web-font-path: "https://fonts.googleapis.com/css?family=Lato:400,700,400italic&
 // Progress bars ===============================================================

 // Containers ==================================================================
+.toast .close,
 .modal .close{
   color: $black;

Thank you very much @thomaspark and contributors for your work. :+1:

thomaspark commented 4 years ago

@Odyseus, thanks for the bug report. Fix for Flatly and Lumen incoming.