From 0947e05af4878f0e7654da7fa4a6649ee7735043 Mon Sep 17 00:00:00 2001 From: Andy Smith Date: Wed, 21 May 2025 10:11:08 -0500 Subject: [PATCH] Reduce specificity of base tray__item class --- app/assets/stylesheets/trays.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/trays.css b/app/assets/stylesheets/trays.css index 12c0bd090..f6d9bca85 100644 --- a/app/assets/stylesheets/trays.css +++ b/app/assets/stylesheets/trays.css @@ -21,7 +21,7 @@ position: fixed; z-index: var(--z-tray); - .tray__item { + :where(.tray__item) { --tray-item-delay: calc((var(--tray-item-index) - 1) * 10ms); --tray-item-y: calc((var(--tray-item-index) - 1) * (var(--tray-item-offset) * -1) - var(--tray-bottom-padding)); --tray-item-index: 1;