From 4bae8359e8ed674970c66e8f3485be8c2b297501 Mon Sep 17 00:00:00 2001 From: Inga Mai Date: Mon, 25 Feb 2019 10:52:39 +0100 Subject: [PATCH 1/2] Misaligned closing icon fixed --- app/assets/stylesheets/content/_modal.sass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/assets/stylesheets/content/_modal.sass b/app/assets/stylesheets/content/_modal.sass index 92d98e6265..530421d7e2 100644 --- a/app/assets/stylesheets/content/_modal.sass +++ b/app/assets/stylesheets/content/_modal.sass @@ -139,6 +139,8 @@ $modal-footer-height: $modal-header-height label display: inline padding-right: 30px + .select2-search-choice-close + top: 3px .ee-relation-columns-upsale margin-top: -0.7rem From 224153fa3f18c68d74b424fc762a59bab3136868 Mon Sep 17 00:00:00 2001 From: Inga Mai Date: Mon, 25 Feb 2019 11:59:00 +0100 Subject: [PATCH 2/2] Unnecessary styles removed --- app/assets/stylesheets/vendor/_select2.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/assets/stylesheets/vendor/_select2.scss b/app/assets/stylesheets/vendor/_select2.scss index 045136c60b..5097e16a1f 100644 --- a/app/assets/stylesheets/vendor/_select2.scss +++ b/app/assets/stylesheets/vendor/_select2.scss @@ -323,7 +323,3 @@ $se2-arrow-button-width: 32px; } } } - -.select2-search-choice-close { - top: 3px; -}