Merge pull request #16439 from overleaf/dp-resolved-comments-button-contrast

Add explicit background color for resolved-comments-toggle to fix contrast on safari

GitOrigin-RevId: 19876b85be29604af73c4e90c8a91f3cf8c98228
This commit is contained in:
David 2024-01-11 11:41:36 +00:00 committed by Copybot
parent c530b791a4
commit 5412b9b923

View file

@ -893,6 +893,7 @@ button when (@is-overleaf-light = true) {
}
.resolved-comments-toggle {
background-color: @gray-lightest;
font-size: 14px;
color: lighten(@rp-type-blue, 25%);
border: solid 1px @rp-border-grey;