From 7ce3bc9be993ed804ec62b278cc1b500e426d0b0 Mon Sep 17 00:00:00 2001 From: Sakamoto Shiina <68018796+ShiinaSakamoto@users.noreply.github.com> Date: Thu, 25 Jul 2024 05:21:36 +0900 Subject: [PATCH] [Update] Config Window: About VRCT. PosterShowcase section. reduce animation duration a bit and the indicator will be brighter when hovered. --- .../PosterShowcaseWorldsContents.module.scss | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src-ui/windows/config_window/setting_section/setting_box/about_vrct/poster_showcase_contents/poster_showcase_worlds_contents/PosterShowcaseWorldsContents.module.scss b/src-ui/windows/config_window/setting_section/setting_box/about_vrct/poster_showcase_contents/poster_showcase_worlds_contents/PosterShowcaseWorldsContents.module.scss index a8afb0d0..fa819d64 100644 --- a/src-ui/windows/config_window/setting_section/setting_box/about_vrct/poster_showcase_contents/poster_showcase_worlds_contents/PosterShowcaseWorldsContents.module.scss +++ b/src-ui/windows/config_window/setting_section/setting_box/about_vrct/poster_showcase_contents/poster_showcase_worlds_contents/PosterShowcaseWorldsContents.module.scss @@ -41,7 +41,7 @@ $image_height_gap: 0.4rem; margin: 0 2.6rem; } -$animation_duration: .15s; +$animation_duration: .1s; .pagination_box { width: 100%; cursor: pointer; @@ -62,6 +62,9 @@ $animation_duration: .15s; &.is_active .pagination_chato_img { animation: tremble_animation $animation_duration ease-out; } + & .pagination_num { + color: var(--dark_400_color); + } } } @@ -75,7 +78,7 @@ $animation_duration: .15s; .indicator { width: 100%; height: 0.2rem; - background-color: var(--dark_800_color); + background-color: var(--dark_825_color); &.is_active { background-color: var(--primary_400_color); }