Disable copy button for inv's with sources

This commit is contained in:
mabashian
2018-07-17 14:40:24 -04:00
parent e3cb531180
commit b2854fd4d6
3 changed files with 28 additions and 13 deletions

View File

@@ -147,6 +147,14 @@ table, tbody {
color: @list-actn-icn-hov;
}
.List-actionButton + .btn-disabled {
&:hover {
color: @default-icon-hov;
background-color: @list-actn-bg !important;
}
color: @default-icon-hov;
}
.List-actionButton--delete:hover {
background-color: @list-actn-del-bg-hov !important;
}
@@ -217,7 +225,7 @@ table, tbody {
margin-left: 52%;
justify-content: flex-start;
button {
height: 34px;
height: 34px;
}
}