mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-11-18 15:59:39 +08:00
Merge pull request #6220 from ivanscinote/SCI-9190-new-already-read-comment-indicator
Fix comment-counter 'seen' badge color [SCI-9190]
This commit is contained in:
commit
58d5192d1d
1 changed files with 2 additions and 2 deletions
|
|
@ -125,7 +125,7 @@
|
|||
|
||||
.comments-counter {
|
||||
align-items: center;
|
||||
background: var(--sn-science-blue);
|
||||
background: var(--sn-grey);
|
||||
border-radius: .5rem;
|
||||
color: $color-white;
|
||||
display: flex;
|
||||
|
|
@ -139,7 +139,7 @@
|
|||
top: 0;
|
||||
|
||||
&.unseen {
|
||||
background-color: $brand-complementary;
|
||||
background-color: var(--sn-science-blue);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue