fix: tooltip preset color (#34548)

* fix: tooltip preset color

* chore: code clean
This commit is contained in:
MadCcc 2022-03-17 11:48:52 +08:00 committed by GitHub
parent 66bad24413
commit 10c090a993
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -201,7 +201,7 @@
}
.@{tooltip-prefix-cls}-arrow {
&-content::before {
background-color: @@lightColor;
background: @@lightColor;
}
}
}