Skip to content

Commit

Permalink
fix: set dropdown color transition to none (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xHericles authored Oct 27, 2023
1 parent 66f8b4e commit 8218380
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions web/assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -517,6 +517,10 @@ footer .langdef {
text-overflow: ellipsis;
}

.nice-select.right {
transition: none;
}

.nice-select .optgroup {
padding-left: 1rem;
}
Expand Down

0 comments on commit 8218380

Please sign in to comment.