mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-27 16:22:27 +00:00
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:
parent
c530b791a4
commit
5412b9b923
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue