mirror of
https://github.com/ansible/awx.git
synced 2026-05-21 07:47:44 -02:30
Disable copy button for inv's with sources
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user