mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-24 01:29:35 +02:00
Merge pull request #21201 from overleaf/dp-toolbar-ui
Style adjustments for add comment tooltip GitOrigin-RevId: 7fdc008fea4a191ff8bacca9a77e23cd55faac5a
This commit is contained in:
@@ -121,7 +121,7 @@ const addCommentTheme = EditorView.baseTheme({
|
||||
},
|
||||
'& .review-tooltip-menu-button': {
|
||||
'&:hover': {
|
||||
backgroundColor: '#e7e9ee',
|
||||
backgroundColor: '#2f3a4c14',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
@@ -621,6 +621,7 @@
|
||||
align-items: center;
|
||||
gap: 2px;
|
||||
padding: 2px;
|
||||
border-radius: @border-radius-base;
|
||||
}
|
||||
|
||||
.review-tooltip-add-comment-button {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user