mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05: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:
parent
9415a1dd8d
commit
cb19041b7f
1 changed files with 13 additions and 3 deletions
|
@ -950,9 +950,19 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.review-icon when (@is-overleaf-light = true) {
|
a when (@is-overleaf-light = true) {
|
||||||
|
.review-icon {
|
||||||
background: url('/img/ol-icons/review-icon-light-theme.svg') top/30px
|
background: url('/img/ol-icons/review-icon-light-theme.svg') top/30px
|
||||||
no-repeat;
|
no-repeat;
|
||||||
|
}
|
||||||
|
|
||||||
|
&.active,
|
||||||
|
&:active {
|
||||||
|
.review-icon {
|
||||||
|
background: url('/img/ol-icons/review-icon-dark-theme.svg') top/30px
|
||||||
|
no-repeat;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.resolved-comments-toggle {
|
.resolved-comments-toggle {
|
||||||
|
|
Loading…
Reference in a new issue