From 3d1e06deb15a9f754db688b8f8569959b40a86c1 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sat, 26 Jun 2021 12:43:53 +0200 Subject: settings adjust based on selection --- styles/editor.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'styles') diff --git a/styles/editor.css b/styles/editor.css index 9393227..949265d 100644 --- a/styles/editor.css +++ b/styles/editor.css @@ -490,3 +490,15 @@ z-index: 9; } +.fadeout { + transition-property: opacity; + transition-duration: 100ms; + opacity: 0; + user-select: none; + pointer-events: none; +} + +.fadeout.first { + transition-duration: 0ms; + opacity: 1; +} -- cgit v1.2.3