Merge pull request #21201 from overleaf/dp-toolbar-ui

Style adjustments for add comment tooltip

GitOrigin-RevId: 7fdc008fea4a191ff8bacca9a77e23cd55faac5a
This commit is contained in:
David 2024-10-21 09:53:42 +01:00 committed by Copybot
parent 28f12eeec2
commit a2ea76f19f
3 changed files with 3 additions and 1 deletions

View file

@ -121,7 +121,7 @@ const addCommentTheme = EditorView.baseTheme({
},
'& .review-tooltip-menu-button': {
'&:hover': {
backgroundColor: '#e7e9ee',
backgroundColor: '#2f3a4c14',
},
},
},

View file

@ -621,6 +621,7 @@
align-items: center;
gap: 2px;
padding: 2px;
border-radius: @border-radius-base;
}
.review-tooltip-add-comment-button {

View file

@ -627,6 +627,7 @@
align-items: center;
gap: var(--spacing-01);
padding: var(--spacing-01);
border-radius: var(--border-radius-base);
}
.review-tooltip-add-comment-button {