1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-05 22:05:23 +02:00

fix(home): show tooltip for disabled envs [EE-4859] (#8283)

This commit is contained in:
Chaim Lev-Ari 2023-02-03 02:54:00 +05:30 committed by GitHub
parent 921e9cfc6e
commit 968fc98401
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 2 deletions

View file

@ -13,7 +13,6 @@
.btn[disabled],
fieldset[disabled] .btn {
@apply opacity-40;
pointer-events: none;
touch-action: none;
}