Improve plan overlay with the externalLdap example
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user