Ver código fonte

squash: override atlaskit styles for dropdowns to display clearer

master
Leonard Kim 7 anos atrás
pai
commit
71e368f70e
1 arquivos alterados com 8 adições e 0 exclusões
  1. 8
    0
      css/modals/_dialog.scss

+ 8
- 0
css/modals/_dialog.scss Ver arquivo

@@ -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;

Carregando…
Cancelar
Salvar