1
0
Fork 0
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:
Ali 2022-08-22 10:52:24 +06:00 committed by GitHub
parent c17baa36ef
commit 8d304b78cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 21 additions and 3 deletions

View file

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