From 71e368f70e2f5971f52d4ef4455862ccf1cc02ef Mon Sep 17 00:00:00 2001 From: Leonard Kim Date: Tue, 20 Mar 2018 12:16:14 -0700 Subject: [PATCH] squash: override atlaskit styles for dropdowns to display clearer --- css/modals/_dialog.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/css/modals/_dialog.scss b/css/modals/_dialog.scss index d4fc8f5c3..88af1ce07 100644 --- a/css/modals/_dialog.scss +++ b/css/modals/_dialog.scss @@ -154,6 +154,14 @@ &-error { margin-bottom: 8px; } + + /** + * Override Atlaskit dropdown styling when in a modal because the dropdown + * backgrounds clash with the modal backgrounds. + */ + .htclLc[data-role=droplistContent] { + border: 1px solid #455166; + } } .modal-dialog-footer { font-size: $modalButtonFontSize;