mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-31 04:32:06 +08:00
Fix CSS
SCI-5306
This commit is contained in:
parent
f6f7211d77
commit
4f657ab343
1 changed files with 2 additions and 2 deletions
|
@ -524,7 +524,7 @@ li.module-hover {
|
|||
.projects-index {
|
||||
&.active {
|
||||
[data-view-mode="archived"] {
|
||||
display: none;
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -544,7 +544,7 @@ li.module-hover {
|
|||
|
||||
&.archived {
|
||||
[data-view-mode="active"] {
|
||||
display: none;
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue