Improve plan overlay with the externalLdap example

This commit is contained in:
Johannes Zellner
2025-05-07 11:14:24 +02:00
parent a31281df40
commit b75554ddcb
2 changed files with 10 additions and 4 deletions
+7 -1
View File
@@ -91,7 +91,13 @@ defineProps({
left: 0;
width: 100%;
height: 100%;
backdrop-filter: blur(2px);
transition: all 200ms;
opacity: 0;
}
.section[disabled] .section-overlay:hover {
opacity: 1;
backdrop-filter: blur(1.5px);
}
</style>