mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-15 01:24:53 +08:00
Fix repository archive title [SCI-6267] (#3671)
Co-authored-by: Anton <anton@scinote.net>
This commit is contained in:
parent
2141589797
commit
2a135ac120
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
||||||
.repositories-index {
|
.repositories-index {
|
||||||
&.active {
|
&.active {
|
||||||
[data-view-mode="archived"] {
|
[data-view-mode="archived"] {
|
||||||
display: none;
|
display: none !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.archived {
|
&.archived {
|
||||||
[data-view-mode="active"] {
|
[data-view-mode="active"] {
|
||||||
display: none;
|
display: none !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue