ATLAS-4715 :(UI) Option to delete assigned term from deleted entity is visible
Signed-off-by: Prasad Pawar <prasad.pawar@freestoneinfotech.com>
This commit is contained in:
parent
51a3dee7ea
commit
525b328071
|
|
@ -63,6 +63,13 @@
|
|||
display: none;
|
||||
}
|
||||
}
|
||||
&.btn[data-id="termClick"] {
|
||||
i.fa-close[data-id="deleteTag"],
|
||||
i.fa-times[data-id="deleteTag"],
|
||||
i.fa-times[data-id="delete"] {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -63,6 +63,13 @@
|
|||
display: none;
|
||||
}
|
||||
}
|
||||
&.btn[data-id="termClick"] {
|
||||
i.fa-close[data-id="deleteTag"],
|
||||
i.fa-times[data-id="deleteTag"],
|
||||
i.fa-times[data-id="delete"] {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue