mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-29 12:01:32 +02:00
Merge pull request #3736 from overleaf/ab-review-icon-light
Invert review icon color when selected GitOrigin-RevId: e6e0d76c969d52e1632ea486042c353a0c77d0b4
This commit is contained in:
committed by
Copybot
parent
9415a1dd8d
commit
cb19041b7f
@@ -950,9 +950,19 @@
|
||||
}
|
||||
}
|
||||
|
||||
.review-icon when (@is-overleaf-light = true) {
|
||||
background: url('/img/ol-icons/review-icon-light-theme.svg') top/30px
|
||||
no-repeat;
|
||||
a when (@is-overleaf-light = true) {
|
||||
.review-icon {
|
||||
background: url('/img/ol-icons/review-icon-light-theme.svg') top/30px
|
||||
no-repeat;
|
||||
}
|
||||
|
||||
&.active,
|
||||
&:active {
|
||||
.review-icon {
|
||||
background: url('/img/ol-icons/review-icon-dark-theme.svg') top/30px
|
||||
no-repeat;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.resolved-comments-toggle {
|
||||
|
||||
Reference in New Issue
Block a user