From 7f68cf5cc935d5ce9c0f33292cf18be461775432 Mon Sep 17 00:00:00 2001 From: REJack Date: Mon, 16 Sep 2019 12:09:49 +0200 Subject: [PATCH] fixed white close buttons text shadow in modals --- build/scss/_modals.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/build/scss/_modals.scss b/build/scss/_modals.scss index 8163d0d7f..c38547b30 100644 --- a/build/scss/_modals.scss +++ b/build/scss/_modals.scss @@ -34,6 +34,7 @@ &.bg-success, { .close { color: $white; + text-shadow: 0 1px 0 #000; } } }