From ff4059c1878393298e0f2a4bb0d91c84c5cc1fb6 Mon Sep 17 00:00:00 2001 From: ParkSuMin Date: Thu, 16 Oct 2025 16:08:51 +0300 Subject: [PATCH] Lab1: edit css file --- lab/1/index.css | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/lab/1/index.css b/lab/1/index.css index 12872fd..3c4be4c 100644 --- a/lab/1/index.css +++ b/lab/1/index.css @@ -167,7 +167,6 @@ body { & > .task__text { flex: 1; text-align: left; - transition: padding-right 0.3s ease; overflow: hidden; text-overflow: ellipsis; } @@ -176,6 +175,7 @@ body { flex-direction: column; align-items: center; gap: 4px; + opacity: 60%; & > .icon-row { display: flex; @@ -185,11 +185,10 @@ body { .icon { width: clamp(16px, 1.3vw, 22px); height: auto; - opacity: 60%; + } - &:hover{ - opacity: 100%; - } + &:hover{ + opacity: 100%; } } }