Fix repository archive title [SCI-6267] (#3671)

Co-authored-by: Anton <anton@scinote.net>
This commit is contained in:
aignatov-bio 2021-11-17 14:53:04 +01:00 committed by GitHub
parent 2141589797
commit 2a135ac120
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,13 +1,13 @@
.repositories-index {
&.active {
[data-view-mode="archived"] {
display: none;
display: none !important;
}
}
&.archived {
[data-view-mode="active"] {
display: none;
display: none !important;
}
}