Skip to content

Commit

Permalink
Merge pull request #15289 from opf/fix-showing-arrows-in-general-select
Browse files Browse the repository at this point in the history
set the correct css selector for styles of an arrow in select
  • Loading branch information
ulferts committed Apr 17, 2024
2 parents 32bfc1d + 4ebdafc commit ffa88df
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
&: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 ffa88df

Please sign in to comment.