Skip to content

Commit

Permalink
Restore drop down arrow for simple select fields
Browse files Browse the repository at this point in the history
It was gone because of the wrong scope in the SASS file. Can be seen for
instance in the status edit page, with the % complete select field.
  • Loading branch information
cbliard committed Apr 17, 2024
1 parent 026f6c2 commit 3e5d6e9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions frontend/src/global_styles/openproject/_forms.sass
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@ select
border-radius: 0
border: $input-border

select:not(.FormControl-select)
@if $select-arrow
background: transparent url(image-triangle($select-arrow-color)) right 10px center no-repeat
background-size: 8px 8px
padding-right: rem-calc(18px) + $form-padding
select:not(.FormControl-select)
@if $select-arrow
background: transparent url(image-triangle($select-arrow-color)) right 10px center no-repeat
background-size: 8px 8px
padding-right: rem-calc(18px) + $form-padding

0 comments on commit 3e5d6e9

Please sign in to comment.