From 5fb36d98e7c470897eaee99267efa7c326bcda7e Mon Sep 17 00:00:00 2001 From: Lucas Larroche Date: Wed, 15 Mar 2023 22:16:28 +0700 Subject: [PATCH] refactor: clean comment --- scss/components/_dropdown.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/components/_dropdown.scss b/scss/components/_dropdown.scss index 4fdcf868..31b77d77 100644 --- a/scss/components/_dropdown.scss +++ b/scss/components/_dropdown.scss @@ -28,7 +28,7 @@ margin-inline-start: 0.25rem; float: right; // TODO: find out why we need this magic number (0.2 rem) - // for the marker to be aligned with the on in the regular select + // for the marker to be aligned with the regular select transform: rotate(0deg) translateX(0.2rem); background-image: var(#{$✨}icon-chevron); background-position: right center;