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%; } } }