Преглед изворни кода

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
     &-error {
154
     &-error {
155
         margin-bottom: 8px;
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
 .modal-dialog-footer {
166
 .modal-dialog-footer {
159
     font-size: $modalButtonFontSize;
167
     font-size: $modalButtonFontSize;

Loading…
Откажи
Сачувај