From 8713b401f95142007742b2c52070c63260f9affa Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Wed, 25 Oct 2023 19:36:10 +0200 Subject: [PATCH] rollback modal changes --- CHANGELOG.md | 1 - src/core/Resources/assets/css/admin.scss | 9 --------- 2 files changed, 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a9710a..970c101 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,6 @@ * add global batch actions * add constraint `Length` in forms * add sass classes to mange with of elements -* add background in the modal header ### Changed * refactor services using constructor property promotions * remove twig in the mail notifier service diff --git a/src/core/Resources/assets/css/admin.scss b/src/core/Resources/assets/css/admin.scss index 09122d4..b4ac473 100644 --- a/src/core/Resources/assets/css/admin.scss +++ b/src/core/Resources/assets/css/admin.scss @@ -661,15 +661,6 @@ form { .modal { z-index: 3000; - - &-header { - background: map-get($theme-colors, 'dark-blue'); - color: lighten(map-get($theme-colors, 'dark-blue'), 100%); - } - - .close { - color: lighten(map-get($theme-colors, 'dark-blue'), 100%); - } } .modal-dialog-large {