UI performance fix 4

This commit is contained in:
myvesta 2023-06-12 10:04:56 +02:00 committed by GitHub
commit 83acec3ec1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
28 changed files with 75 additions and 46 deletions

View file

@ -4089,8 +4089,12 @@ b, strong {
#tooltip {
background-color: #34b5dd;
background-color: #3AB5DD;
}
#tooltip:hover {
background-color: #1ca2cc;
}
.l-sort__create-btn.edit:hover #tooltip {
background-color: #49c8ef;
}