Skip to content

Commit d9ffffd

Browse files
authored
Merge pull request #20131 from calixteman/fix_css
[Editor] Remove useless css and use a defined but unused property
2 parents aa4b9ff + fbdeb7b commit d9ffffd

File tree

1 file changed

+1
-37
lines changed

1 file changed

+1
-37
lines changed

web/comment_manager.css

Lines changed: 1 addition & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
0 0 15px 0 rgb(0 0 0 / 0.25);
167167

168168
button {
169-
background-color: var(--menu-bg-color);
169+
background-color: var(--menuitem-bg-color);
170170
width: 100%;
171171
height: 24px;
172172
padding: 0;
@@ -250,39 +250,3 @@
250250
}
251251
}
252252
}
253-
254-
.annotationLayer {
255-
--comment-inline-button-bg: #e0e0e6;
256-
--comment-inline-button-fg: black;
257-
--comment-inline-button-border-color: #8f8f9d;
258-
--comment-button-dim: 24px;
259-
--comment-button-offset: calc(var(--comment-button-dim) / 2);
260-
261-
.annotationCommentButton {
262-
position: absolute;
263-
width: var(--comment-button-dim);
264-
height: var(--comment-button-dim);
265-
background-color: var(--comment-inline-button-bg);
266-
cursor: auto;
267-
z-index: 1;
268-
border: 1px solid var(--comment-inline-button-border-color);
269-
border-radius: 4px;
270-
padding: 2px;
271-
margin: 0;
272-
box-sizing: border-box;
273-
pointer-events: auto;
274-
275-
&::before {
276-
content: "";
277-
display: inline-block;
278-
width: 100%;
279-
height: 100%;
280-
mask-repeat: no-repeat;
281-
mask-size: cover;
282-
mask-image: var(--comment-edit-image);
283-
background-color: var(--comment-inline-button-fg);
284-
margin: 0;
285-
padding: 0;
286-
}
287-
}
288-
}

0 commit comments

Comments
 (0)