Skip to content

Commit

Permalink
Merge pull request #3845 from ProjectMirador/mui5-locale-picker-unused
Browse files Browse the repository at this point in the history
Remove apparently unused styles
  • Loading branch information
marlo-longley authored Dec 6, 2023
2 parents 01383ef + ef5808e commit ac7f634
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/components/LocalePicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,6 @@ export class LocalePicker extends Component {
value={locale}
onChange={(e) => { setLocale(e.target.value); }}
name="locale"
sx={{
'& .MuiSelect-select': {
'&:focus': {
backgroundColor: 'background.paper',
},
},
backgroundColor: 'background.paper',
}}
>
{
availableLocales.map(l => (
Expand Down

0 comments on commit ac7f634

Please sign in to comment.