feat(deps): update atlaskit/dropdown-menu to 6.1.12

This is a pre-requisite to updating atlaskit/tabs to 8.0.8.
Without updating, clicking a dropdown menu within a tab
component within a modal, such as the language selector in
the settings dialog, will lock the browser.
This commit is contained in:
Leonard Kim 2018-09-05 14:04:11 -07:00 committed by yanas
parent 2339f232a5
commit 7b71482b03
4 changed files with 422 additions and 723 deletions

View File

@ -38,3 +38,20 @@
background-color: #172B4D;
}
}
.modal-dialog-form {
/**
* Update the dropdown trigger wrapper to make sure it looks click-able.
*/
.gwEjuO {
cursor: pointer;
}
/**
* Override Atlaskit dropdown styling when in a modal because the dropdown
* backgrounds clash with the modal backgrounds.
*/
.gBLqhw[data-role=droplistContent] {
border: 1px solid #455166;
}
}

View File

@ -154,14 +154,6 @@
&-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;

1118
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -18,7 +18,7 @@
"@atlaskit/avatar": "14.0.10",
"@atlaskit/button": "9.0.8",
"@atlaskit/checkbox": "4.0.6",
"@atlaskit/dropdown-menu": "3.10.2",
"@atlaskit/dropdown-menu": "6.1.12",
"@atlaskit/field-text": "7.0.10",
"@atlaskit/field-text-area": "4.0.9",
"@atlaskit/flag": "6.1.0",