From e16e8b27837eb9d80220e0e382dc97ee474d490f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Epif=C3=A2nio=20Francisco?= Date: Mon, 16 Jun 2025 21:10:56 +0100 Subject: [PATCH] fix: remove flex-direction CSS causing absolute stroke width toggle positioning issue (#3308) (#3317) - Remove 'flex-direction: row-reverse' CSS rule for #absolute-stroke-width - Fixes toggle moving out of bounds and being pseudo active Closes #3308 --- .../theme/components/icons/SidebarIconCustomizer.vue | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/.vitepress/theme/components/icons/SidebarIconCustomizer.vue b/docs/.vitepress/theme/components/icons/SidebarIconCustomizer.vue index 20c284dcb..64a13eed7 100644 --- a/docs/.vitepress/theme/components/icons/SidebarIconCustomizer.vue +++ b/docs/.vitepress/theme/components/icons/SidebarIconCustomizer.vue @@ -161,9 +161,4 @@ const customizingActive = computed(() => { .color-picker { margin-left: auto; } - -#absolute-stroke-width { - flex-direction: row-reverse; -} -