File tree Expand file tree Collapse file tree 1 file changed +1
-37
lines changed Expand file tree Collapse file tree 1 file changed +1
-37
lines changed Original file line number Diff line number Diff line change 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 ;
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- }
You can’t perform that action at this time.
0 commit comments