Fix color on consumption link [SCI-6686] (#3992)

This commit is contained in:
ajugo 2022-04-07 13:03:18 +02:00 committed by GitHub
parent 5effe34221
commit 98144b225c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -210,7 +210,7 @@
}
}
.manage-repository-consumed-stock-value-link {
.manage-repository-consumed-stock-value-link:not(.stock-value-view-render) {
color: $color-volcano;
}

View file

@ -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;
}