Skip to content

Commit

Permalink
Reduce duration transitions
Browse files Browse the repository at this point in the history
  • Loading branch information
vanarok committed Jul 17, 2024
1 parent 9af2c99 commit 62d1589
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions entrypoints/sidepanel/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ select {
transition: border-color 0.25s;
height: fit-content;
background: #1a1a1a;

}

select :hover {
Expand All @@ -129,7 +128,7 @@ option {
cursor: pointer;
transition: border-color 0.25s;
height: fit-content;
box-sizing: border-box;;
box-sizing: border-box;
}

option :hover {
Expand Down Expand Up @@ -178,7 +177,7 @@ option:focus-visible {

.v-enter-active,
.v-leave-active {
transition: opacity 0.2s ease;
transition: opacity 0.1s ease;
}

.v-enter-from,
Expand All @@ -196,7 +195,7 @@ option:focus-visible {
.list-move, /* apply transition to moving elements */
.list-enter-active,
.list-leave-active {
transition: all 0.5s ease;
transition: all 0.3s ease;
}

.list-enter-from,
Expand All @@ -219,5 +218,3 @@ details summary:hover {
color: #646cff;
user-select: none;
}


0 comments on commit 62d1589

Please sign in to comment.