mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-12-10 14:16:28 +08:00
Fix color on consumption link [SCI-6686] (#3992)
This commit is contained in:
parent
5effe34221
commit
98144b225c
2 changed files with 2 additions and 2 deletions
|
|
@ -210,7 +210,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
.manage-repository-consumed-stock-value-link {
|
||||
.manage-repository-consumed-stock-value-link:not(.stock-value-view-render) {
|
||||
color: $color-volcano;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -266,7 +266,7 @@
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
.manage-repository-consumed-stock-value-link {
|
||||
.manage-repository-consumed-stock-value-link:not(.stock-value-view-render) {
|
||||
color: $color-volcano;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue