Skip to content

Commit b0b5ac0

Browse files
authored
COMPASS-4409: Allow dismissal of error messages (#2049)
1 parent a1ed685 commit b0b5ac0

File tree

3 files changed

+32
-24
lines changed

3 files changed

+32
-24
lines changed

package-lock.json

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -257,11 +257,11 @@
257257
"@mongodb-js/compass-auto-updates": "^2.0.1",
258258
"@mongodb-js/compass-collection": "^2.1.2",
259259
"@mongodb-js/compass-collection-stats": "^5.0.5",
260-
"@mongodb-js/compass-collections-ddl": "^3.0.4",
260+
"@mongodb-js/compass-collections-ddl": "^3.0.5",
261261
"@mongodb-js/compass-connect": "^5.4.13",
262262
"@mongodb-js/compass-crud": "^10.0.4",
263263
"@mongodb-js/compass-database": "^1.0.1",
264-
"@mongodb-js/compass-databases-ddl": "^3.0.4",
264+
"@mongodb-js/compass-databases-ddl": "^3.0.5",
265265
"@mongodb-js/compass-deployment-awareness": "^10.0.7",
266266
"@mongodb-js/compass-explain-plan": "^4.1.5",
267267
"@mongodb-js/compass-export-to-language": "^6.0.6",
@@ -314,9 +314,9 @@
314314
"hadron-ipc": "^1.1.1",
315315
"hadron-module-cache": "^1.0.1",
316316
"hadron-plugin-manager": "^5.3.1",
317-
"hadron-react-bson": "^4.0.4",
318-
"hadron-react-buttons": "^4.0.4",
319-
"hadron-react-components": "^4.0.4",
317+
"hadron-react-bson": "^4.0.5",
318+
"hadron-react-buttons": "^4.0.5",
319+
"hadron-react-components": "^4.0.5",
320320
"hadron-style-manager": "^0.3.0",
321321
"highlight.js": "^8.9.1",
322322
"jquery": "^2.1.4",

src/app/styles/modal-status-message.less

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@
2727
margin-bottom: 0px;
2828
margin-left: 4px;
2929
vertical-align: middle;
30+
31+
&-interactible {
32+
cursor: pointer;
33+
}
3034
}
3135

3236
.modal-status-error-message {
@@ -68,6 +72,10 @@
6872
margin-bottom: 0px;
6973
margin-left: 8px;
7074
vertical-align: middle;
75+
76+
&-interactible {
77+
cursor: pointer;
78+
}
7179
}
7280

7381
.modal-status-in-progress-message {

0 commit comments

Comments
 (0)