소스 검색

squash: override atlaskit styles for dropdowns to display clearer

master
Leonard Kim 7 년 전
부모
커밋
71e368f70e
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 8
    0
      css/modals/_dialog.scss

+ 8
- 0
css/modals/_dialog.scss 파일 보기

@@ -154,6 +154,14 @@
154 154
     &-error {
155 155
         margin-bottom: 8px;
156 156
     }
157
+
158
+    /**
159
+     * Override Atlaskit dropdown styling when in a modal because the dropdown
160
+     * backgrounds clash with the modal backgrounds.
161
+     */
162
+    .htclLc[data-role=droplistContent] {
163
+        border: 1px solid #455166;
164
+    }
157 165
 }
158 166
 .modal-dialog-footer {
159 167
     font-size: $modalButtonFontSize;

Loading…
취소
저장