mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #21201 from overleaf/dp-toolbar-ui
Style adjustments for add comment tooltip GitOrigin-RevId: 7fdc008fea4a191ff8bacca9a77e23cd55faac5a
This commit is contained in:
parent
28f12eeec2
commit
a2ea76f19f
3 changed files with 3 additions and 1 deletions
|
@ -121,7 +121,7 @@ const addCommentTheme = EditorView.baseTheme({
|
||||||
},
|
},
|
||||||
'& .review-tooltip-menu-button': {
|
'& .review-tooltip-menu-button': {
|
||||||
'&:hover': {
|
'&:hover': {
|
||||||
backgroundColor: '#e7e9ee',
|
backgroundColor: '#2f3a4c14',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
@ -621,6 +621,7 @@
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 2px;
|
gap: 2px;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
|
border-radius: @border-radius-base;
|
||||||
}
|
}
|
||||||
|
|
||||||
.review-tooltip-add-comment-button {
|
.review-tooltip-add-comment-button {
|
||||||
|
|
|
@ -627,6 +627,7 @@
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: var(--spacing-01);
|
gap: var(--spacing-01);
|
||||||
padding: var(--spacing-01);
|
padding: var(--spacing-01);
|
||||||
|
border-radius: var(--border-radius-base);
|
||||||
}
|
}
|
||||||
|
|
||||||
.review-tooltip-add-comment-button {
|
.review-tooltip-add-comment-button {
|
||||||
|
|
Loading…
Reference in a new issue