diff --git a/dashboard/src/components/ExternalLdap.vue b/dashboard/src/components/ExternalLdap.vue index bd6b4c131..bdca29737 100644 --- a/dashboard/src/components/ExternalLdap.vue +++ b/dashboard/src/components/ExternalLdap.vue @@ -303,20 +303,20 @@ onMounted(async () => { -
+

{{ $t('users.externalLdap.description') }}

-
+
{{ $t('users.externalLdap.noopInfo') }}
diff --git a/dashboard/src/components/Section.vue b/dashboard/src/components/Section.vue index 0ab9a9bee..7da6cd03e 100644 --- a/dashboard/src/components/Section.vue +++ b/dashboard/src/components/Section.vue @@ -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); } \ No newline at end of file