From c000010d0b28ef214747cb7d1a98c3fcae46a9c7 Mon Sep 17 00:00:00 2001 From: Cillian O'Ruanaidh Date: Fri, 16 Dec 2022 16:24:42 +0000 Subject: [PATCH] Update CSS comment to reflect that singleLineSelectors directive was replaced by filterSelectors --- app/webpacker/css/darkswarm/_shop-filters.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/webpacker/css/darkswarm/_shop-filters.scss b/app/webpacker/css/darkswarm/_shop-filters.scss index e9ff3b8aac..ca59784e9d 100644 --- a/app/webpacker/css/darkswarm/_shop-filters.scss +++ b/app/webpacker/css/darkswarm/_shop-filters.scss @@ -161,7 +161,7 @@ } } -// singleLineSelectors directive provides a drop-down that can overlap +// filterSelectors directive provides a drop-down that can overlap // content. Ensure that the dropdown appears above the content. .filter-row { position: relative;