Skip to content

Commit

Permalink
Merge branch 'feat/monitoraggio-caricamenti' of github.com:teamdigita…
Browse files Browse the repository at this point in the history
…le/monitoraggio.repubblicadigitale.gov.it into feat/monitoraggio-caricamenti
  • Loading branch information
sgravinadxc committed Oct 14, 2024
2 parents 1673a23 + f05dc2c commit 112354c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
9 changes: 8 additions & 1 deletion fe-piattaforma/src/components/Form/form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -472,4 +472,11 @@ input > span {

.deleteArrowInSelect .bootstrap-select__indicators {
display: none;
}
}

.bootstrap-select__control--is-focused {
border-color: #0066CC !important;
box-shadow: none !important;
outline: none !important;
}

Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,8 @@ input#dateInputDataInizio, input#dateInputDataFine {
#ente{
margin-right: 0px;
padding-right: 0px;
}

#react-select-2-input{
box-shadow: none !important;
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import { useDispatch, useSelector } from 'react-redux';
import { selectEntityFiltersOptions, selectEntityList } from '../../../redux/features/administrativeArea/administrativeAreaSlice';
import { GetEntitySearchValues, GetProgettiDropdownList, GetProgrammiDropdownList } from '../../../redux/features/administrativeArea/administrativeAreaThunk';
import { useAppSelector } from '../../../redux/hooks';
import './monitoring.scss';

export type OptionType = {
value: string;
Expand Down

0 comments on commit 112354c

Please sign in to comment.