mirror of
https://github.com/portainer/portainer.git
synced 2025-08-05 13:55:21 +02:00
fix(kubeshell): add back data-cy EE-4054 (#7538)
This commit is contained in:
parent
c17baa36ef
commit
8d304b78cb
2 changed files with 21 additions and 3 deletions
|
@ -101,6 +101,12 @@ fieldset[disabled] .btn {
|
|||
background-color: var(--ui-gray-3);
|
||||
}
|
||||
|
||||
.btn-link {
|
||||
@apply text-blue-8 hover:text-blue-9 disabled:text-gray-5;
|
||||
@apply th-dark:text-blue-8 th-dark:hover:text-blue-7;
|
||||
@apply th-highcontrast:text-blue-8 th-highcontrast:hover:text-blue-7;
|
||||
}
|
||||
|
||||
.hyperlink,
|
||||
.hyperlink:focus {
|
||||
color: var(--ui-blue-8);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue