Skip to content

Commit

Permalink
Modernize dropdown menu
Browse files Browse the repository at this point in the history
addede a new style for the dropdown menu to remove the border and apply a border-radius using the variable --border-radius.
  • Loading branch information
meel-hd committed Sep 9, 2024
1 parent 1452400 commit 4de50da
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions weblate/static/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -2100,3 +2100,8 @@ tbody.warning {
.totp-qr svg path {
fill: black !important;
}

.dropdown-menu {
border: none;
border-radius: var(--border-radius);
}

0 comments on commit 4de50da

Please sign in to comment.