Skip to content

Commit

Permalink
fix: set dropdown color transition to none
Browse files Browse the repository at this point in the history
  • Loading branch information
0xHericles committed Oct 26, 2023
1 parent 16ccbd3 commit 36ef071
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 @@ -466,6 +466,10 @@ footer .langdef {
text-overflow: ellipsis;
}

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

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

0 comments on commit 36ef071

Please sign in to comment.