From 9bfb2926efa7f5cee7a7f5fe603f6120c7839b6f Mon Sep 17 00:00:00 2001 From: Jan Britz Date: Thu, 27 Jun 2024 15:54:54 +0200 Subject: [PATCH] refactor: remove duplicate css --- styles.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/styles.css b/styles.css index 6835fdcb..d4185035 100644 --- a/styles.css +++ b/styles.css @@ -151,12 +151,10 @@ } .qpy-show-more .collapse:not(.show) { display: block; - height: 4rem; overflow: hidden; - -webkit-mask-image: linear-gradient(to bottom, black 75%, transparent 100%); - mask-image: linear-gradient(to bottom, black 75%, transparent 100%); } +.qpy-show-more .collapse:not(.show), .qpy-show-more .collapsing { height: 4rem; -webkit-mask-image: linear-gradient(to bottom, black 75%, transparent 100%);